简体   繁体   English

Flutter Doctor:Flutter 和 dart 插件未安装错误,但插件已安装(WINDOWS)

[英]Flutter Doctor:Flutter and dart plugin not installed error,but plugins are installed(WINDOWS)

Both plugins are installed but cannot access the plugins in android studio shows following error even if it installed两个插件都已安装但无法访问android studio中的插件即使安装也显示以下错误

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version 10.0.18362.1082], locale en-IN)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Android Studio
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.50.1)
[!] Connected device
    ! No devices available

! Doctor found issues in 2 categories.

Wait for the upgrade to Flutter 1.22.2等待升级到 Flutter 1.22.2

See this issue : https://github.com/flutter/flutter/issues/67986看到这个问题: https : //github.com/flutter/flutter/issues/67986

... and the post on Google groups: ...以及 Google 群组上的帖子:

Hi,你好,

Flutter 1.22.2 has been released to stable. Flutter 1.22.2 已经稳定发布。 This is a hotfix release on the 1.22 branch and also includes a hotfixed Dart 2.10.2 version.这是 1.22 分支上的修补程序版本,还包括修补程序的 Dart 2.10.2 版本。 Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel.下面列出了此版本的更改,可在 Flutter Wiki 上找到:Hotfixes to the Stable Channel。

This fixes the following issues:这解决了以下问题:

https://github.com/flutter/flutter/issues/67869 - Stylus tap gesture is improperly registered. https://github.com/flutter/flutter/issues/67869 - 触控笔点击手势未正确注册。

https://github.com/flutter/flutter/issues/67986 - Android Studio 4.1 not properly supported. https://github.com/flutter/flutter/issues/67986 - 未正确支持 Android Studio 4.1。

https://github.com/flutter/flutter/issues/67213 - Webviews in hybrid composition can cause a crash. https://github.com/flutter/flutter/issues/67213 - 混合组合中的 Web 视图可能导致崩溃。

https://github.com/flutter/flutter/issues/67345 - VoiceOver accessibility issue with some pages. https://github.com/flutter/flutter/issues/67345 - 某些页面的 VoiceOver 可访问性问题。

https://github.com/flutter/flutter/issues/66764 - Native webviews may not be properly disposed of in hybrid composition. https://github.com/flutter/flutter/issues/66764 - 本机 webviews 可能无法在混合组合中正确处理。

Thanks!谢谢!

patrick, on behalf of the Flutter & Dart teams. patrick,代表 Flutter 和 Dart 团队。

在 Android Studio 的设置中打开 Plugins,搜索 Flutter 并安装它,它也会用它安装 dart 插件,然后重新启动 Android Studio

Open Android Studio -> Go to Settings -> Go to Plugins and check that Dart and Flutter plugins are installed on Android studio打开 Android Studio -> Go to Settings -> Go to Plugins 并检查 Dart 和 Flutter 插件是否安装在 Android Studio 上在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未安装 Flutter Doctor、Flutter 和 Dart 插件 - Flutter Doctor, Flutter & Dart plugin not installed 未安装 Flutter 和 Dart 插件 - Flutter and Dart plugin not installed 即使安装了 Flutter 和 dart 插件,Flutter Doctor 也无法识别它们 - Flutter Doctor doesn't recognized the flutter and dart plugin even after they are installed 在flutter医生中安装flutter时如何修复flutter插件未安装 - How to fix flutter plugin not installed while installing flutter in flutter doctor Flutter 未安装插件 - Flutter plugins not installed 我刚刚安装了 Flutter、Android Studio 和 VS CODE,但我只是无法获得 flutter 医生来消除以下错误- - I have just Installed Flutter, Android Studio, and VS CODE, but I just cant get flutter doctor to eliminate the following error- Flutter SDK 已安装,但未找到(Windows) - Flutter SDK installed, but not found (windows) Windows 10上的Flutter Doctor错误:CreateProcessW失败5 - flutter doctor error on windows 10: CreateProcessW failed 5 Android Studio(未安装),当运行 flutter doctor 而 Android Studio 安装在机器上时 - Android Studio (not installed) , when run flutter doctor while Android Studio installed on machine Android Studio - 未安装 Flutter 插件; 这增加了 Flutter 特定的功能 - Android Studio - Flutter plugin not installed; this adds Flutter specific functionality
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM