2
When I try to compile, the following message is returned:
But it turns out it’s all installed, Github, Android SDK, Java, Node.js I configured the environment variables in the PATH, created the variables "ANDROID_HOME" and "JAVA_HOME"
and when I have netbeans clean and build, it returns me these 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 mistake in: C: command APP Platforms android build.xml:97:
Cannot find C: Android-sdk-windows tools ant build.xml Imported from C: comandaAPP Platforms android build.xml
represented by that 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 environment variable ANDROID_HOME is configured in C: Android-sdk
I don’t know where this path in program files is drawn from
– Cleverton
What is the meaning of this ant dir="Platforms/android" target="clean"
– Cleverton
is meaning the folder "plataforms" is inside the folder ANT ?
– Cleverton