1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
FBReaderJ/HowToBuild
Nikolay Pultsin ca42cbaec2 build procedure has been changed
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1627 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
2010-07-27 14:14:09 +00:00

23 lines
497 B
Text

How to Build for Android
------------------------
Prerequisites:
1. Android SDK >= 1.6
2. Android NDK >= r4b
3. python
To build:
1. Create 'local.properties' file containing sdk.dir && ndk.dir definitions:
sdk.dir=<path to the Android SDK folder>/tools
ndk.dir=<path to the Android NDK folder>
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.