summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
Diffstat (limited to 'android/README')
-rw-r--r--android/README10
1 files changed, 2 insertions, 8 deletions
diff --git a/android/README b/android/README
index 81cd416107..2b1bd2ab6c 100644
--- a/android/README
+++ b/android/README
@@ -20,16 +20,10 @@ Use this as your build folder, using '../tools/configure' etc.
20 $ ../tools/configure # type 200, then chose A for android and your screen resolution 20 $ ../tools/configure # type 200, then chose A for android and your screen resolution
21 $ make 21 $ make
22 22
23After the build finished, build the zip file: 23After the build finished, build the apk file:
24 $ make zip
25
26Create a debug signing key:
27 $ keytool -genkey -alias androiddebugkey -keystore $HOME/.android/debug.keystore -storepass android -keypass android -validity 365 -dname "CN=Android Debug,O=Android,C=US"
28
29Then, you can create a Rockbox.apk which ends up in bin/
30 $ make apk 24 $ make apk
31 25
32You can install that on the device: 26You can install that on your device or emulator with the following command:
33 $ $ANDROID_SDK_PATH/tools/adb install -r bin/Rockbox.apk 27 $ $ANDROID_SDK_PATH/tools/adb install -r bin/Rockbox.apk
34 28
35 29