ChadCSong / ChadCSong/ShineButton
Need help
Open
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
I try fix
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.
...while parsing com/sackcentury/shinebuttonlib/BuildConfig.class
by
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
but failure :((
Contributor guide
Assessment
This issue has not been assessed yet.