Top "Gradle-android-test-plugi" questions

Support Annotation does not exist after upgrading to Android Studio 3.0

After I upgrade my project to AndroidStudio 3.0-beta1, my androidTest files stopped compiling. A lot of packages are not found, …

android android-studio android-testing android-studio-3.0 gradle-android-test-plugi
Android Studio failed linking references

I am getting the following error in my Android Studio. This is after the recent update I did. My Android …

java android android-studio gradle-android-test-plugi
How to obtain coverage for Android project using Espresso tests

I used to write Android tests using Robotium and retrieve the coverage using Emma. Recently I changed to use Espresso …

android code-coverage android-testing android-espresso gradle-android-test-plugi
Don't fail the gradle build if a test is failing with the gradle-android-test-plugin

I set my project up to run with Robolectric and the the gradle-android-test-plugin. This all works fine and first tests …

android testing gradle gradle-android-test-plugi