From 25494519cb50401017042116bff67438727a4f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 2 Feb 2017 13:23:53 +0100 Subject: [PATCH] Update build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99df04349..c60c944d1 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ Development mailinglist at https://lists.riseup.net/www/subscribe/openkeychain 2. Get all external submodules with ``git submodule update --init --recursive`` 3. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html) 4. Open the Android SDK Manager (shell command: ``android``). -Expand the Tools directory and select "Android SDK Build-tools (Version 24.0.1)". +Expand the Tools directory and select "Android SDK Build-tools (Version 25.0.2)". Expand the Extras directory and install "Android Support Library", as well as "Local Maven repository for Support Libraries" -Select SDK Platform for API levels 21, 22, 23, and 24. +Select SDK Platform for API levels 25. 5. Export ANDROID_HOME pointing to your Android SDK 6. Execute ``./gradlew assembleFdroidDebug`` 7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-fdroid-debug.apk``