aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-29 01:49:59 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-29 01:49:59 +0100
commitca9696ff341ccedd9dfa459e9298d3bc710df84a (patch)
treee4d43f19a4d6880f63493c71144c64167bc9300f /README.md
parent312b7fde53c99c573b295a0ea4b66ca74fed2b9e (diff)
downloadopen-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.gz
open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.tar.bz2
open-keychain-ca9696ff341ccedd9dfa459e9298d3bc710df84a.zip
Update gradle build files to use android plugin 0.8.0, build tools 19.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index e413af32c..6f42a639f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,10 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
### Build with Gradle
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 Extras directory and install "Android Support Repository"
+2. Open the Android SDK Manager (shell command: ``android``).
+Expand the Tools directory and select "Android SDK Build-tools" newest version.
+Expand the Extras directory and install "Android Support Repository"
+Select everything for the newest SDK
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``