aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:24:13 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:24:13 +0100
commit62c9d39b8c09c764c9d3f3e64bd6a19f35aa6bc0 (patch)
tree9275e2e4d1ae6b404688f5cf8647db1c818ac787 /README.md
parent754b2a6cb15a6af61150cd4b1ce472bebd4fec22 (diff)
downloadopen-keychain-62c9d39b8c09c764c9d3f3e64bd6a19f35aa6bc0.tar.gz
open-keychain-62c9d39b8c09c764c9d3f3e64bd6a19f35aa6bc0.tar.bz2
open-keychain-62c9d39b8c09c764c9d3f3e64bd6a19f35aa6bc0.zip
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b70b586a0..00dc4f89b 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Select everything for the newest SDK
### Build API Demo with Gradle
1. Follow 1-3 from above
-2. Change to API Demo directory ``cd OpenPGP-Keychain-API-Demo``
+2. Change to API Demo directory ``cd OpenPGP-Keychain-API``
3. Execute ``./gradlew build``
### Development with Android Studio
@@ -48,7 +48,9 @@ Select everything for the newest SDK
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).
1. Clone the project from github
-2. From Android Studio: File -> Import Project -> Select the cloned top folder
+2. From Android Studio: File -> Import Project -> ...
+ * Select the cloned top folder if you want to develop on the main project
+ * Select the "OpenPGP-Keychain-API" folder if you want to develop on the API example
3. Import project from external model -> choose Gradle
## Keychain API