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

cannot find symbol method metafactory #263

Open StrikerAk9637 opened 7 years ago

StrikerAk9637 commented 7 years ago

Error:(61, 28) error: cannot find symbol method metafactory(Lookup,String,MethodType,MethodType,MethodHandle,MethodType)

Error:Execution failed for task ':oms_data:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

This issue is not letting me compile, i m using java 1.8.0 on Android studio .

evant commented 7 years ago

Does https://github.com/evant/gradle-retrolambda/issues/7 help at all?

StrikerAk9637 commented 7 years ago

No . not at all @evant