forked from t-arn/java-ide-droid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
17 lines (11 loc) · 685 Bytes
/
Copy pathREADME.TXT
File metadata and controls
17 lines (11 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
How to build JavaIDEdroid
=========================
1. Adjust ndk-build-aaptcomplete.sh to call the ndk-build script of the Android NDK
2. Execute ndk-build-aaptcomplete.sh
This step creates the shared library libaaptcomplete.so in libs/armeabi
3. Adjust 0_build-debug.bat and 0_build-prod.bat to match your environment.
Adjust following variables: JSDK, ASDK, KS, KEY
4. 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