diff --git a/HowToBuild b/HowToBuild index 3b28bfaa2..c9b5030f5 100644 --- a/HowToBuild +++ b/HowToBuild @@ -1,14 +1,23 @@ How to Build for Android ------------------------ -Requirements: Android SDK 1.6, Android NDK 1.5 +Prerequisites: -1. Compile native code. - This step could be skipped, prebuilded native libraries are currently included into the source package. +1. Android SDK >= 1.6 -2. Create 'local.properties' file containing sdk-location definition: - sdk-location= +2. Android NDK >= r4b -3. Run './createRawResources.py'. +3. python -4. Run 'ant release'. +To build: + +1. Create 'local.properties' file containing sdk.dir && ndk.dir definitions: + sdk.dir=/tools + ndk.dir= +E.g., on my computer 'local.properties' consists of 2 lines: + sdk.dir=/Users/geometer/android-sdk-mac_86 + ndk.dir=/Users/geometer/android-ndk-r4b + +2. Run 'ant'. + +3. Sign your package manually. diff --git a/build.xml b/build.xml index 8206574bb..edb39ef7b 100644 --- a/build.xml +++ b/build.xml @@ -1,15 +1,15 @@ - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libs/armeabi/libDeflatingDecompressor.so b/libs/armeabi/libDeflatingDecompressor.so deleted file mode 100755 index 002fe30d0..000000000 Binary files a/libs/armeabi/libDeflatingDecompressor.so and /dev/null differ diff --git a/libs/armeabi/libLineBreak.so b/libs/armeabi/libLineBreak.so deleted file mode 100644 index a712c27b3..000000000 Binary files a/libs/armeabi/libLineBreak.so and /dev/null differ