Hi,
I tried to compile my code to Android, but it returns this error:
compile+link:
running Android build-script...
BUILD STAGE 1: Compile and pack RELEASE
Exception in thread "main" java.lang.RuntimeException: Failed to create Q:\Compiler\platform\android\android-sdk-windows\add-ons.
at com.android.sdklib.SdkManager.loadAddOns(SdkManager.java:665)
at com.android.sdklib.SdkManager.createManager(SdkManager.java:144)
at com.android.sdkmanager.Main.parseSdk(Main.java:221)
at com.android.sdkmanager.Main.run(Main.java:118)
at com.android.sdkmanager.Main.main(Main.java:102)
Buildfile: build.xml does not exist!
Build failed
.
BUILD STAGE 2: Build DEBUG and install on device
Buildfile: build.xml does not exist!
Build failed
finished Android build-script.
I installed the 32 bit version of Java JDK: jdk-7u5-windows-i586.
I created the environment variable: JAVA_HOME.
I installed the Android SDK, but I do not know what should I download on the SDK Manager.
I downloaded the Android SDK Manager: all API version 4.1 and version 2.3.3 and USB Driver Google.
I created the add_ons folder and now there is a path: C: \ Program Files (x86) \ GLBasic \ Compiler \ platform \ Android \ android-sdk-windows \ add_ons
I tried deleting the folder Android, contained in the folder distribute
and after I went to File -> Project -> Clean Up, and then I redid the Build Multiplatform, but the error remains.
I use Windows 7 Ultimate 64 Bit.
What is wrong?
I do not understand why the compiler searches the drive Q.
Sorry for my bad English.
Thank you for help.
