fastdex icon indicating copy to clipboard operation
fastdex copied to clipboard

添加依赖后使用报错

Open 695540301 opened this issue 8 years ago • 1 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.

695540301 avatar Nov 24 '17 07:11 695540301

你的android gradle plugin版本是多少

typ0520 avatar Nov 29 '17 08:11 typ0520