gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

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

Open strmchsr opened this issue 8 years ago • 2 comments

Getting this error I am also using android-apt

strmchsr avatar Aug 24 '16 14:08 strmchsr

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...

leangl avatar Oct 12 '16 12:10 leangl

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

0xhyperdan avatar Nov 01 '16 10:11 0xhyperdan