diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-27 14:20:04 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-27 14:20:04 +0100 |
commit | bd3cf6bd80cea58d976f5068af7165fc72ab3dc7 (patch) | |
tree | c639837358c4e6d1775a9ceb7d36ca2ce750eed8 | |
parent | cb3ca37db9c5c3da05df804979e99628fff6f7b0 (diff) | |
download | open-keychain-bd3cf6bd80cea58d976f5068af7165fc72ab3dc7.tar.gz open-keychain-bd3cf6bd80cea58d976f5068af7165fc72ab3dc7.tar.bz2 open-keychain-bd3cf6bd80cea58d976f5068af7165fc72ab3dc7.zip |
Add info about Android Studio to README
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,13 +33,13 @@ 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`` -### Development with Eclipse +### Development with Android Studio -Android Studio is currently not supported or recommended! +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. File -> Import -> Android -> Existing Android Code Into Workspace, choose "libraries/ActionBarSherlock" -2. Repeat step 1 with "libraries/HtmlTextView", "libraries/StickyListHeaders/library", "libraries/AndroidBootstrap", "libraries/zxing", "libraries/zxing-android-integration", "OpenPGP-Keychain" -3. Now all required source files are available in Eclipse +1. Clone the project from github +2. From Android Studio: File -> Import Project -> Select the cloned top folder +3. Import project from external model -> choose Gradle ## Keychain API |