问题:升级 Android Studio Flamingo 出现如下报错信息
Unsupported Java. Your build is currently configured to use Java 17.0.2 and Gradle 7.0.2.Possible solution: - Open Gradle wrapper settings, change `distributionUrl` property to use compatible Gradle version and reload the project
解决方法:File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle
将 Gradle JDK 修改为本机安装的 JDK 版本即可,如: JDK-11.0.15