aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:47:23 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:47:23 +0100
commit37f6521dd73916e5371b3fecf63373bccd876182 (patch)
tree955b423f6a16e9a8c35288c572f2702a5b490ddc /README.md
parenta077945407cca344b5c238bd32a9e9b208618b9f (diff)
downloadopen-keychain-37f6521dd73916e5371b3fecf63373bccd876182.tar.gz
open-keychain-37f6521dd73916e5371b3fecf63373bccd876182.tar.bz2
open-keychain-37f6521dd73916e5371b3fecf63373bccd876182.zip
build process for API DEmo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6878722f5..69ecae640 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,12 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
3. Export ANDROID_HOME pointing to your Android SDK
4. Execute ``./gradlew build``
+### Build API Demo with Gradle
+
+1. Follow 1-3 from above
+2. Change to API Demo directory ``cd OpenPGP-Keychain-API-Demo``
+3. Execute ``./gradlew build``
+
### Development with Android Studio
I am using the newest [Android Studio](http://developer.android.com/sdk/installing/studio.html) for development. Development with Eclipse is currently not possible because I am using the new [project structure](http://developer.android.com/sdk/installing/studio-tips.html).