so i had finished up my game today and i was gonna create an apk executable but i kept running into this error
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 65
I feel completely helpless and hopeless.. i know that it has something to do with the java being too new but all the old javas jdks that are not version 65 seem to be locked, How do I fix this error???
to clarify
Java 16 introduced class file version 60, and...
Android Java Error
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 65
I feel completely helpless and hopeless.. i know that it has something to do with the java being too new but all the old javas jdks that are not version 65 seem to be locked, How do I fix this error???
to clarify
Java 16 introduced class file version 60, and...
Android Java Error