aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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).