无法解决 'This version of the Android Support plugin for IntelliJ IDEA cannot open this project, please retry with version 4.1 or newer.'

Cannot solve 'This version of the Android Support plugin for IntelliJ IDEA cannot open this project, please retry with version 4.1 or newer.'

我正在使用:

com.android.tools.build:gradle:4.1.0

和包装器:

distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

但在所有同步上,IntelliJ IDEA 仍然给我:

我曾经找到一个解决方法,使用 old gradle 版本和它正在运行的旧构建工具。但这不可能是“真的”,还有其他人面临这样的问题吗?

IntelliJ IDEA 2020.3 暂不支持Android gradle Plugin 4.1 版本。您有两个选择:要么降级 AGP 并使用 IDEA:com.android.tools.build:gradle:4.0.2

或切换到 Android Studio 4.1+

Android插件 4.1 将从 2021.1 的第一个 EAP 开始在 IDEA 中可用。 EAP 版本应在本周开始。

2022年这个错误还是时不时出现。 我在 IntelliJ IDEA 2021.3.3(社区版)中打开我的旧 Android 项目之一时遇到完全相同的错误,并面临完全相同的错误。

但是通过将此行写入 project-level“build.gradle”文件

的“依赖项”部分解决了这个问题
        classpath 'com.android.tools.build:gradle:7.0.0'

您只需更改此行中的版本即可解决错误