From 40e61a70e33e2fca0af78a9629cbb36d14a4330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 21 Sep 2010 09:22:52 +0000 Subject: Polished the makefile a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28138 a1c6a512-1295-4272-9138-f99709370657 --- android/README | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'android/README') diff --git a/android/README b/android/README index 81cd416..2b1bd2a 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 -- cgit v1.1