Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 661 Bytes

development.md

File metadata and controls

26 lines (20 loc) · 661 Bytes

IDE

Project is a standard Android Gradle project, so Android Studio or IntelliJ IDEA should work as usual.

Task Collections

See also CI setup.

Full compilation

gradlew assemble :app:assembleDebugAndroidTest compileDebugUnitTestSources compileReleaseUnitTestSources compileDebugAndroidTestSources

Static checks

gradlew detekt verifyReleaseResources lint violationReportHtml

Run all UI tests

gradlew connectedCheck mergeAndroidReports --continue

Rerun a UI test and re-merge

gradlew :feature:about:connectedCheck & gradlew -x connectedDebugAndroidTest mergeAndroidReports