aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Hammann <github@honnel.de>2014-03-05 14:30:56 +0100
committerDaniel Hammann <github@honnel.de>2014-03-05 14:30:56 +0100
commit76876a57c216eff92b4f0417c9ca2e09663d451e (patch)
treeda72eb2bfe4a8bad881ed016b6275c65b66e02fa /README.md
parentbbda6a5b027e9688c3125014af23946d53c4bb57 (diff)
downloadopen-keychain-76876a57c216eff92b4f0417c9ca2e09663d451e.tar.gz
open-keychain-76876a57c216eff92b4f0417c9ca2e09663d451e.tar.bz2
open-keychain-76876a57c216eff92b4f0417c9ca2e09663d451e.zip
Added build-tool and api level version information
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a8c81b74..932c54f06 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
1. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
2. Open the Android SDK Manager (shell command: ``android``).
-Expand the Tools directory and select "Android SDK Build-tools" newest version.
+Expand the Tools directory and select "Android SDK Build-tools (Version 19.0.3)".
Expand the Extras directory and install "Android Support Repository"
-Select everything for the newest SDK
+Select everything for the newest SDK (API-Level 19)
3. Export ANDROID_HOME pointing to your Android SDK
4. Execute ``./gradlew build``
5. You can install the app with ``adb install -r OpenPGP-Keychain/build/apk/OpenPGP-Keychain-debug-unaligned.apk``