I\'m trying to integrate espresso into my application for ui testing. Here are my dependencies in Gradle
dependencies { compile fileTree(dir: \'libs\', inclu
The problem is in this file: android-sdk\extras\android\m2repository\com\android\support\test\runner\0.3\runner-0.3.pom
here:
com.android.support support-annotations 22.2.0 compile
if you set 22.2.1 instead 22.2.0 it will work