I am trying to build an apk for my Ionic 2 project and when I run Ionic build android i get an error:
Exception in thread "main" java.lang.runtime exception could not load wrapper properties from "C:\Users\Naomi Gloria\CampoApp\platforms\android\gradle\wrapper"
I have set the environment for JAVA_HOME
and ANDROID_HOME
and followed all other requirements but i still get the error.
I am not using a network with proxy so I do not think that could be the problem.
I am using the following versions:
Cordova 6.5.0 -- npm 3.10.0 -- ionic 2.2.1 -- node 6.10.0 -- android 6.1.0
on Windows 7 professional
Can someone please help?