-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Version 1.6.1 breaks compiling for android. #34
Comments
This is caused by Does android.jar contain
I'll try reproducing this in a few days, when I'm less busy. |
Thanks for the help. Yes |
I did a sligthly different fix for this issue, so please double-check whether the current version in master fixes it also. |
Or actually, don't try it yet. I found a bug myself... |
OK, there is now the same fix as you tried before. That works when the classpath contains a JAR which contains |
This has been fixed in Retrolambda 1.6.2 |
In the latest version, I'm getting the error when using gradle-retrolambda. 1.6.0 works fine.
Note that compiling with gradle-retrolambda uses a custom
--bootclasspath
which contains theandroid.jar
patched with some necessary classes taken from the java 8 runtime.The text was updated successfully, but these errors were encountered: