-
Notifications
You must be signed in to change notification settings - Fork 165
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
Dex problem not solved by issue 196 #212
Comments
I think the solution is to disable the retrolambda plugin, it shouldn't be necessary anymore, due to Android supporting lambdas natively now. |
I have the same problem, but I didn't find any thing any where! How can I do that?! How can I disable retrolambda plugin?! |
1 similar comment
I have the same problem, but I didn't find any thing any where! How can I do that?! How can I disable retrolambda plugin?! |
@hosarb this should help https://developer.android.com/studio/write/java8-support#migrate |
Closed due to inactivity. Feel free to reopen this if this is still an ongoing issue. |
I check #196, and there is
compileOptions
in my build.gradle cause I use retrolabmda in projectBut I still have exception. Do you have any idea?
The text was updated successfully, but these errors were encountered: