Info about installing apk

This commit is contained in:
Dominik Schürmann 2014-01-27 15:10:19 +01:00
parent 37f6521dd7
commit e094d295ea

View File

@ -32,6 +32,7 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
2. Open the Android SDK Manager (shell command: ``android``). Expand the Extras directory and install "Android Support Repository" 2. Open the Android SDK Manager (shell command: ``android``). Expand the Extras directory and install "Android Support Repository"
3. Export ANDROID_HOME pointing to your Android SDK 3. Export ANDROID_HOME pointing to your Android SDK
4. Execute ``./gradlew build`` 4. Execute ``./gradlew build``
5. You can install the app with ``adb install -r OpenPGP-Keychain/build/apk/OpenPGP-Keychain-debug-unaligned.apk``
### Build API Demo with Gradle ### Build API Demo with Gradle