Created
May 31, 2016 09:58
-
-
Save mooingcat/26de8f5ed5a741a48e0c9e37382d90be to your computer and use it in GitHub Desktop.
Tests erroring in Android studio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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