Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Error:Error converting bytecode to dex: #73

Open
firefly127 opened this issue May 26, 2016 · 0 comments
Open

Error:Error converting bytecode to dex: #73

firefly127 opened this issue May 26, 2016 · 0 comments

Comments

@firefly127
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant