-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.VerifyError when run app #18
Comments
@wqycsu 我也遇到这个问题,你解决了吗? |
@harichen use gradle 2.0.0 |
@harichen 把gradle的版本改成2.0.0就可以运行了。 I met this error too, and fix it by modify Android plugin version to 2.0.0. |
You can use the latest android plugin version (2.1.2) with this example. You need to provide the |
classpath 'com.android.tools.build:gradle:2.1.2' |
gradle 2.0.0 works for me |
What version of gradle was being used? You would know this based on the distributionUrl in gradle-wrapper.properties |
Hi, when I build this project with gradle build tool 2.1.0 and run the app, I get the above error. But after reverting gradle to 2.0.0, this error disappear, I do not know why this happens.
The text was updated successfully, but these errors were encountered: