插件 'flutter' 与此安装 Android Studio 3.6.3 不兼容

Plugin 'flutter' is incompatible with this installation Android Studio 3.6.3

我正在尝试将 flutter 和 dart 安装到 Android studio 和 reasons beyond my comprehension i cannot use the plugins marketplace online so i have to download the plugins manually by the browser from the marketplace 并从磁盘添加插件。

所以我下载了 flutter 和 dart zip 文件版本如下

Dart: 201.6668.156

Flutter: 45.1.3

当尝试 "Install Plugin from disk..." 时出现一条错误消息,指出 "Plugin 'flutter' is incompatible with this installation" 安装 dart 插件时出现同样的问题

如果它们不兼容,那么哪些 dart/flutter 版本与最新的 android 工作室版本兼容?

这是我的 Android 工作室简介

Android Studio 3.6.3 Build #AI-192.7142.36.36.6392135, built on April 14, 2020 Runtime version: 1.8.0_212-release-1586-b04 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1237M Cores: 8 Registry: documentation.show.toolbar=true, ide.new.welcome.screen.force=true, debugger.watches.in.variables=false Non-Bundled Plugins: com.jetbrains.ChooseRuntime, pl.charmas.parcelablegenerator

我遇到了类似的问题。这就是我所做的:

  1. 删除 Android 工作室
  2. 重新安装最新版本的 Android Studio
  3. 打开 Android Studio,转到首选项 --> 插件 --> 市场然后重新安装所有插件,包括 Dart 和 Flutter。我不知道这是否有任何意义,但我先安装了 Dart,然后安装了 Flutter。

然后就可以了

希望对您有所帮助。

重新启动 Android Studio。之后在 File -> Preferences -> Plugins 中,它会在 Dart 旁边显示一个 'update' 按钮来更新插件。

如果 zk_regen 的回答中提到的单个插件的更新选项不可用,请从菜单:文件 > 设置 ...(出现设置对话框)...外观和行为 >系统设置 > 更新,然后对自动检查插件更新使用立即检查按钮。最有可能的是,您所需插件的较新更新将在那里可用。

对于遇到类似问题的任何人,以下是我自己修复它的方法。

首先,感谢@Midhun MP 对主要问题的评论,我通过手动下载和安装它们来使用他的配置。

android Studio 3.6.3 (Same build), Flutter Plugin: 45.1.1, Dart Plugin: 192.7761

这正确安装了 flutter 和 dart,但随后出现了另一个问题。

当我尝试 运行 一个新创建的 flutter 项目时,我收到一堆 [FATAL ERROR] 消息。

第二个问题的解决方案可以在this github issue comment

中找到

基本上在你项目目录下的终端上写下下面的命令

  • 清理gradle缓存
  • 运行 'flutter precache'

这些足以解决我的 [FATAL ERROR] 问题,但如果问题仍然存在,那么您可以 try the following solution

change the url at MAVEN_REPO in the flutter.gradle file (located in directory flutter/packages/flutter_tools/gradle/) from http://download.flutter.io to https://storage.googleapis.com/download.flutter.io

转到插件设置并 更新 Flutter 和 Dart 插件

文件 --> 设置 --> 插件 --> 已安装

我有同样的问题,我的 class 代码没有显示关键字,看起来像纯文本。

我做的是: 我刚刚转到屏幕左上角的 android 工作室选项,然后单击检查更新。 Android Studio 版本已更新,重启后即可使用!

来这里补充一下类似这样的错误信息:Plugin 'Flutter' (version '6X.X.X') is not compatible with the current version of the IDE, because it requires build 221.4906.8 or newer but the current build is AI-211.7628.21如果你只选择更新插件不会出现。因此,每次您更新插件(不是手动)时,它都会下载并“更新”,但是当您再次检查它时,它仍然是过去的版本,并再次选择更新。如果您选择从磁盘更新(手动更新),则会出现此错误