android-fat-aar icon indicating copy to clipboard operation
android-fat-aar copied to clipboard

could not work if the library use retrolamda

Open zhouchaohong1111 opened this issue 7 years ago • 0 comments

Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies that have been compiled using Java 8 or above. If you are using the 'java' gradle plugin in a library submodule add targetCompatibility = '1.7' sourceCompatibility = '1.7' to that submodule's build.gradle file.

zhouchaohong1111 avatar May 03 '17 02:05 zhouchaohong1111