summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2010-09-21 09:22:52 +0000
committerBjörn Stenberg <bjorn@haxx.se>2010-09-21 09:22:52 +0000
commit40e61a70e33e2fca0af78a9629cbb36d14a4330d (patch)
treefca55585f691556b5f0f3e69eff35aa9d02af955 /android/README
parent2dde958478f13c195723d5add076e5ef79bbeabe (diff)
Polished the makefile a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28138 a1c6a512-1295-4272-9138-f99709370657
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.
$ ../tools/configure # type 200, then chose A for android and your screen resolution
$ make
-After the build finished, build the zip file:
- $ make zip
-
-Create a debug signing key:
- $ keytool -genkey -alias androiddebugkey -keystore $HOME/.android/debug.keystore -storepass android -keypass android -validity 365 -dname "CN=Android Debug,O=Android,C=US"
-
-Then, you can create a Rockbox.apk which ends up in bin/
+After the build finished, build the apk file:
$ make apk
-You can install that 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