* What went wrong:A problem occurred evaluating project ':app'.> java.lang.UnsupportedClassVersionError: com/google/firebase/perfugin/FirebasePerfPlugin 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
- What went wrong:
A problem occurred evaluating project ‘:app’.
java.lang.UnsupportedClassVersionError: com/google/firebase/perfugin/FirebasePerfPlugin 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
解决办法如下
在Android Studio中,选择菜单栏设置 File->Settings->Build,Excutiong, -> Build Tools ->Gradle -> Gradle JDK 为JDK11
来源地址:https://blog.csdn.net/m0_51744744/article/details/126623216