How to fix 'Unsupported class file major version 61' error in Android Studio

preview_player
Показать описание
Simple Solution is given for "Unsupported class file major version 61" error. Change the Gradle JDK in Build Tools and sync the project.

Check my playlist for other Android Studio errors

#UnsupportedClassFile
#AndroidStudio
#Mac
Рекомендации по теме
Комментарии
Автор

What if you want to use JDK 17 and not 11? Gradle 7.3.2+ should work with JDK 17... but, still you may get that error. What then?

eduardosaiz