Skip to content Skip to sidebar Skip to footer

Cannot Run ./gradlew Connectedinstrumenttest

I set up a basic instrument test in Android Studio in my src/androidTest/java folder. Now I want to run this test and everywhere I get the information to call ./gradlew connectedIn

Solution 1:

If you are using the new plugin version 0.9, then the task name is now connectedAndroidTest.

You should just call connectedCheck though an it'll call it automatically including possibly other tests.

Post a Comment for "Cannot Run ./gradlew Connectedinstrumenttest"