从github上下载的项目遇到一个问题:Error:This Gradle plugin requires Studio 3.0 minimum

意思就是说studio版本不高,导入的项目的版本是3.0,而我的版本是2.3.3,但是官网的就是2.3.3啊,原来3.0是预览版的。

如果不想使用预览版的,可以使用下边的方式解决。

在gradle.properties中添加android.injected.build.model.only.versioned = 3

完美解决。

相关文章:

  • 2021-08-17
  • 2021-06-21
  • 2021-09-22
  • 2021-05-23
  • 2021-08-26
猜你喜欢
  • 2021-09-23
  • 2021-11-07
  • 2022-12-23
  • 2021-05-14
  • 2021-05-10
  • 2022-12-23
相关资源
相似解决方案