Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mooingcat/26de8f5ed5a741a48e0c9e37382d90be to your computer and use it in GitHub Desktop.
Save mooingcat/26de8f5ed5a741a48e0c9e37382d90be to your computer and use it in GitHub Desktop.
Tests erroring in Android studio
If your tests run in the command line but error in Android Studio, you
may need to add `-noverify` to the VM options in the JUnit run
configuration.
Error may look something like
java.lang.VerifyError: Expecting a stackmap frame at branch target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment