I had this error when i tried to run this AR project jyotivasu / ARCore-Android/ARCore-App-Local-3dModel/ on the android studio:
Cause: com/android/tools/idea/gradle/run/OutputBuildAction has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I've found a similar one to it here Class has been compiled by a more recent version of the Java Environment, so I'm looking for a way to upgrade/downgrade the version of Java, but I can't find Java control panel anywhere, I tried check the "Control Panel\All Control Panel Items", tried small icons, I tried this command javaws -viewer
on cmd, win Run, PowerShell but it gives me an error 'javaws' is not recognized as an internal or external command
What can I do?