evant / gradle-retrolambda

A gradle plugin for getting java lambda support in java 6, 7 and android
Apache License 2.0
5.3k stars 449 forks source link

Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > java.lang.NoSuchFieldError: METHOD #204

Open strmchsr opened 8 years ago

strmchsr commented 8 years ago

Getting this error I am also using android-apt

leangl commented 8 years ago

I also experienced this regression with the latest retrolambda version. In my case this was caused when trying to access a protected field/method of the super class. Seems retrolambda is to blame instead of the gradle plugin...

0xhyperdan commented 8 years ago

I also met the same problem,Roll back to 3.2.5 version problems disappear.