【无标题】

这个错误提示是因为gradle的插件需要使用java的sdk,当时当前的java sdk使用了1.8,但是最低版本要求java11,所以这里报错了,需要改成11
plugins {
id 'com.android.application' version '7.1.1' apply false
id 'com.android.library' version '7.1.1' apply false
}

A problem occurred evaluating project ':app'. > Failed to apply plugin 'com.android.internal.application'.    > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.      You can try some of the following options:        - changing the

【无标题】最先出现在Python成神之路

版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/20557.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>