Skip to content

Instantly share code, notes, and snippets.

@hannesstruss
Created June 24, 2014 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannesstruss/e6d1b73a6bee9035fd8a to your computer and use it in GitHub Desktop.
Save hannesstruss/e6d1b73a6bee9035fd8a to your computer and use it in GitHub Desktop.
What fixed Android Instrumentation Tests on Gradle for me
configurations {
androidTestCompile.exclude group: 'com.android.support', module: 'support-v4'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment