Skip to content Skip to sidebar Skip to footer

Resources Error When I Add Espresso-contrib

When I include espresso-contrib library to my gradle androidx.test.espresso:espresso-contrib:3.1.1 I have no problems syncing but when I try to run a test I get the following err

Solution 1:

Solved by setting compileSdkVersion to 28.

Apparently you should do this if you migrate to AndroidX.

Post a Comment for "Resources Error When I Add Espresso-contrib"