1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00
FBReaderJ/HowToBuild
Vasiliy Bout 15598c932e HowToBuild changes
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1414 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
2010-05-19 10:28:46 +00:00

14 lines
406 B
Text

How to Build for Android
------------------------
Requirements: Android SDK 1.6, Android NDK 1.5
1. Compile native code.
This step could be skipped, prebuilded native libraries are currently included into the source package.
2. Create 'local.properties' file containing sdk-location definition:
sdk-location=<path to the Android SDK folder>
3. Run './createRawResources.py'.
4. Run 'ant release'.