update readme for fdroid flavor
This commit is contained in:
@@ -47,16 +47,16 @@ Expand the Tools directory and select "Android SDK Build-tools (Version 23.0.1)"
|
|||||||
Expand the Extras directory and install "Android Support Repository"
|
Expand the Extras directory and install "Android Support Repository"
|
||||||
Select SDK Platform for API levels 21, 22, and 23.
|
Select SDK Platform for API levels 21, 22, and 23.
|
||||||
5. Export ANDROID_HOME pointing to your Android SDK
|
5. Export ANDROID_HOME pointing to your Android SDK
|
||||||
6. Execute ``./gradlew assembleDebug``
|
6. Execute ``./gradlew assembleFdroidDebug``
|
||||||
7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
|
7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-fdroid-debug.apk``
|
||||||
|
|
||||||
### Run Tests
|
### Run Tests
|
||||||
1. Use OpenJDK instead of Oracle JDK
|
1. Use OpenJDK instead of Oracle JDK
|
||||||
2. Execute ``./gradlew clean testDebug --continue``
|
2. Execute ``./gradlew clean testFdroidDebug --continue``
|
||||||
|
|
||||||
### Run Jacoco Test Coverage
|
### Run Jacoco Test Coverage
|
||||||
1. Use OpenJDK instead of Oracle JDK
|
1. Use OpenJDK instead of Oracle JDK
|
||||||
2. Execute ``./gradlew clean testDebug jacocoTestReport``
|
2. Execute ``./gradlew clean testFdroidDebug jacocoTestReport``
|
||||||
3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html
|
3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html
|
||||||
|
|
||||||
### Development with Android Studio
|
### Development with Android Studio
|
||||||
|
|||||||
Reference in New Issue
Block a user