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 26e3d749c2 fixed building environment
calibre series info patch (by Kevin Carr)


git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1046 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
2009-12-10 05:12:34 +00:00

10 lines
319 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. Edit 'local.properties' file.
3. Run './createRawResources.py'.
4. Run 'ant release'.