I\'m trying to integrate espresso into my application for ui testing. Here are my dependencies in Gradle
dependencies { compile fileTree(dir: \'libs\', inclu
just change compile com.android.support:support-annotations:22.2.0 to 23.0.1 if want to use 2.2.1 version
com.android.support:support-annotations:22.2.0
23.0.1