Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gradle test

build project, runs both the assemble and check task
./gradlew build

build project complete from scratch
./gradlew clean build


build project complete from scratch

./gradlew test

Run the tests

./gradlew connectedAndroidTest

Run the instrumentation tests
Source by www.vogella.com #
 
PREVIOUS NEXT
Tagged: #gradle #test
ADD COMMENT
Topic
Name
4+2 =