Skip to content

Instantly share code, notes, and snippets.

@kingargyle
Created June 24, 2014 18:02
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 kingargyle/6ae5e98b9091a1e3b299 to your computer and use it in GitHub Desktop.
Save kingargyle/6ae5e98b9091a1e3b299 to your computer and use it in GitHub Desktop.
Disable Google Analytics with Robolectric
// Place this in the setup method for any test that is failing to keep it from trying to start
ShadowApplication shadowApplication = Robolectric.shadowOf(Robolectric.application);
shadowApplication.declareActionUnbindable("com.google.android.gms.analytics.service.START");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment