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
Comments
Post a Comment