Hi,I’m using Debian jessie (linux)
I’m trying to compile my game to android platform
the code start working but show error and build failed
here is the part that show Error
…
-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files…
[aidl] Found 1 AIDL files.
[aidl] Compiling 1 AIDL files.
BUILD FAILED
/home/yassine/Documents/android-sdk-linux/tools/ant/build.xml:597: The following error occurred while executing this line:
/home/yassine/Documents/android-sdk-linux/tools/ant/build.xml:649: The following error occurred while executing this line:
/home/yassine/Documents/android-sdk-linux/tools/ant/build.xml:655: Execute failed: java.io.IOException: Cannot run program “/home/yassine/Documents/android-sdk-linux/build-tools/23.0.2/aidl” (in directory “/home/yassine/Desktop/cocos_games/cryptoozoo/frameworks/cocos2d-x/cocos/platform/android/java”): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at java.lang.Runtime.exec(Runtime.java:617)
at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
…
pls help me how to correct this .
Thank you .