IDEA编译gradle提示This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2020.3.1 or newer.
温馨提示:
本文最后更新于 2021年12月13日,已超过 1,031 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
IDEA提示
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2020.3.1 or newer.
网上说的是检查IDEA更新到最新版本
但是我的IDEA版本已经到了21.3,最新版本
经查出估计是IDEA识别的bug,判断有问题,解决方案为:
在外层的gradle.properties中,新增一行
android.injected.studio.version.check = false
即可正常build
正文到此结束
- 本文标签: 编程语言
- 本文链接: https://www.php20.cn/article/313
- 版权声明: 本文由仙士可原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权