Compiling Apk Android Cordova

2

When I try to compile, the following message is returned:

But it turns out that everything is installed, GitHub, Android SDK, Java, Node.js I configured the Environment Variables in the PATH, created the variables "ANDROID_HOME" and "JAVA_HOME"

And at the time I send netbeans clean and build, it returns me those errors

C: \ comandaAPP \ nbproject \ build.xml: 285: The following error occurred while executing this line: ( which is represented by this line below:      < ant dir="platforms / android" target="clean" / >

And another error in: C: \ comandaAPP \ platforms \ android \ build.xml: 97:

Can not find C: \ Program Files \ Android \ android-sdk-windows \ tools \ ant \ build.xml imported from C: \ comandaAPP \ platforms \ android \ build.xm / p>

represented by this line:     < import file="$ {sdk.dir} /tools/ant/build.xml" / >

What happens is that I do not know where he is finding this folder in program files, since the ANDROID_HOME environment variable is set to C: \ Android-sdk

    
asked by anonymous 05.11.2015 / 20:06

0 answers