当前位置:   article > 正文

The project uses Gradle 4.4 which is incompatible with Java 11 or newer.

the project uses gradle 4.4 which is incompatible with java 11 or newer.
报错信息
Unable to start the daemon process.

The project uses Gradle 4.4 which is incompatible with Java 11 or newer.

Possible solution:
 - Upgrade Gradle wrapper to 4.8 version and re-import the project
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

在这里插入图片描述

解决方法

File——>Settings,到Gradle配置界面,可以看到默认使用的是AS自带的JDK11。

在这里插入图片描述

修改为电脑安装的JDK1.8,然后Apply——>OK,重新同步项目即可。

在这里插入图片描述

如果上面方法无效,修改build-gradle文件中的版本,和你Android Studio相同即可。
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/746880
推荐阅读
相关标签
  

闽ICP备14008679号