aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Faulk <wfaulk@webassign.net>2015-04-28 19:10:45 -0400
committerWilliam Faulk <wfaulk@webassign.net>2015-04-28 19:10:45 -0400
commitc9e0acec50268b2338e860ec49d4613adfeeea1e (patch)
tree794ede122d3414de4fc529bf3592842dcf67f159 /README.md
parent3f1fa4d95c0a30f5a4377b95dcd40d2f380f1909 (diff)
downloadopen-keychain-c9e0acec50268b2338e860ec49d4613adfeeea1e.tar.gz
open-keychain-c9e0acec50268b2338e860ec49d4613adfeeea1e.tar.bz2
open-keychain-c9e0acec50268b2338e860ec49d4613adfeeea1e.zip
Update README.md with new build info
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index b9621f19f..7c4dce0af 100644
--- a/README.md
+++ b/README.md
@@ -30,19 +30,20 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
### Build with Gradle
-1. Get all external submodules with ``git submodule update --init --recursive``
-2. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
-3. Open the Android SDK Manager (shell command: ``android``).
-Expand the Tools directory and select "Android SDK Build-tools (Version 21.1.1)".
+1. Clone the project from GitHub
+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 21.1.2)".
Expand the Extras directory and install "Android Support Repository"
-Select everything for the newest SDK Platform (API-Level 21)
-4. Export ANDROID_HOME pointing to your Android SDK
-5. Execute ``./gradlew build``
-6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
+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``
+7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Run Tests
1. Use OpenJDK instead of Oracle JDK
-3. Execute ``./gradlew test``
+2. Execute ``./gradlew test``
### Build API Demo with Gradle
@@ -55,7 +56,8 @@ Select everything for the newest SDK Platform (API-Level 21)
We are using the newest [Android Studio](http://developer.android.com/sdk/installing/studio.html) for development. Development with Eclipse is currently not possible because we are using the new [project structure](http://developer.android.com/sdk/installing/studio-tips.html).
1. Clone the project from Github
-2. From Android Studio: File -> Import Project -> Select the cloned top folder
+2. Get all external submodules with ``git submodule update --init --recursive``
+3. From Android Studio: File -> Import Project -> Select the cloned top folder
## Libraries