Piasy / RxAndroidAudio

Maybe the most robust Android Audio encapsulation library, with partial Rx support.
http://blog.piasy.com/2016/02/24/Robust-Android-Audio-encapsulation/
MIT License
1.57k stars 235 forks source link

jdk error your version 1.5.2!!!!!!!!!!!! but 1.5.1 is ok #42

Closed gsp0423 closed 7 years ago

gsp0423 commented 7 years ago

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.

gsp0423 commented 7 years ago

compile 'com.github.piasy:AudioProcessor:1.5.2' can't be added,please tell me why!!!!

Piasy commented 7 years ago

Use Java 8, or stick on 1.5.1.