Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created March 4, 2018 15:06
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 vamsitallapudi/b60dd09f847e360c152943b36afd0e2b to your computer and use it in GitHub Desktop.
Save vamsitallapudi/b60dd09f847e360c152943b36afd0e2b to your computer and use it in GitHub Desktop.
Android Testing Example - adding required code to build.gradle
android {
...
testOptions {
unitTests {
includeAndroidResources = true
}
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment