Posts

Showing posts with the label Gradle Tasks

Android: Gradle Tasks

following commands can be used for build, run and test on device.. Echo Clean Project call gradle clean Echo Build Project call gradle assembleRelease Echo Install APK and Run Android Tests call gradle connectedAndroidTest