gradle-retrolambda
gradle-retrolambda copied to clipboard
Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > java.lang.NoSuchFieldError: METHOD
Getting this error I am also using android-apt
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...
I also met the same problem,Roll back to 3.2.5 version problems disappear.