From 6b89b146b1cdfa703f70f7bf819000fd6e88505d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Sep 2015 14:49:03 +0100 Subject: [PATCH] Fix build instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6eac8fe3..d6c417c01 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Expand the Tools directory and select "Android SDK Build-tools (Version 21.1.2)" Expand the Extras directory and install "Android Support Repository" Select everything for the newest SDK Platform, API 22, and also API 21 5. Export ANDROID_HOME pointing to your Android SDK -6. Execute ``./gradlew build`` +6. Execute ``./ gradlew assembleDebug`` 7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk`` ### Run Tests