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

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper