Grafica library and android

edited January 2018 in Android Mode

Hello, i want to know if the grafica library has any problem in Android mode of Processing i3.Because after i made a programm using the grafica library, i tried to turn the mode from Java to Android, so i would create an app but it showed be the bellow error:

:app:mergeDebugAssets
:app:transformClassesWithDexForDebugDex: 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.
    UNEXPECTED TOP-LEVEL EXCEPTION:
Tagged:

Answers

Sign In or Register to comment.