java-ide-droid
java-ide-droid copied to clipboard
JavaIDEdroid allows you to create native Android applications on Android devices
How to build JavaIDEdroid
-
Adjust ndk-build-aaptcomplete.sh to call the ndk-build script of the Android NDK
-
Execute ndk-build-aaptcomplete.sh This step creates the shared library libaaptcomplete.so in libs/armeabi
-
Adjust 0_build-debug.bat and 0_build-prod.bat to match your environment. Adjust following variables: JSDK, ASDK, KS, KEY
-
Execute 0_build-debug.bat or 0_build-prod.bat and choose "do it all" This creates JavaIDEdroid.apk in out/test/JavaIDEdroid/ or out/production/JavaIDEdroid/
The slightly modified source code of dx (libs/dx_ta.jar) and sdklib (libs/sdklib_ta.jar) can be found in /materials/
Tom Arn, 2011-09-21