1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

Minor change to make the Ant build more smooth when building for the first time

Updated HowToBuild accordingly
This commit is contained in:
Gordon 2015-11-08 19:58:51 -05:00
parent a62f697fb4
commit 9ccce4e8ff
9 changed files with 14 additions and 7 deletions

View file

@ -20,6 +20,13 @@ 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
The same file shall be copied to following four folders as well:
cp local.properties third-party/SuperToasts/
cp local.properties third-party/android-filechooser/code/
cp local.properties third-party/drag-sort-listview/library/
cp local.properties third-party/AmbilWarna/
2. If you use Linux or MacOS, just run 'ant package' and go to step 3. For debugging
purposes, you might want to run 'ant dbg' for building the package in debug mode, signing
with your debug key (in this case, you can skip step 3).