diff options
Diffstat (limited to 'android/README')
| -rw-r--r-- | android/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/android/README b/android/README index 2b1bd2a..6c9d2ad 100644 --- a/android/README +++ b/android/README @@ -20,9 +20,16 @@ Use this as your build folder, using '../tools/configure' etc. $ ../tools/configure # type 200, then chose A for android and your screen resolution $ make -After the build finished, build the apk file: + +After the build finished, build the zip file which contains codecs and themes (the binary is a separate file): + $ make zip + +Once you have the zip, pack it and the binary into the apk $ make apk +Side note: You don't necessarily need to recreate the zip once you have it, only if you're unsure or if you know its content changed. +Not recreating it will save time because it's only unzipped on the device if it's newer than what's on the device + You can install that on your device or emulator with the following command: $ $ANDROID_SDK_PATH/tools/adb install -r bin/Rockbox.apk |