这两个插件都已安装,但无法访问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.发布于 2020-10-17 15:12:46
等待Flutter 1.22.2升级
请参阅此问题:https://github.com/flutter/flutter/issues/67986
..。以及谷歌群组上的帖子:
嗨,
Flutter 1.22.2已经发布为稳定版本。这是1.22分支上的热修复版本,还包括热修复的Dart 2.10.2版本。下面列出了对此版本的更改,并可在Flutter Wiki上找到:稳定频道的热修复。
这解决了以下问题:
https://github.com/flutter/flutter/issues/67869 -手写笔点击手势注册错误。
https://github.com/flutter/flutter/issues/67986 -不正确支持Android Studio4.1。
混合组合中的https://github.com/flutter/flutter/issues/67213 - Webviews可能会导致崩溃。
某些页面的https://github.com/flutter/flutter/issues/67345 - VoiceOver辅助功能问题。
https://github.com/flutter/flutter/issues/66764 -原生webviews可能无法在混合组合中正确处理。
谢谢!
帕特里克,我代表扑翼和飞镖小组。
发布于 2020-10-17 14:32:06
在Android Studio的设置中打开Plugins,搜索Flutter并安装它,它也会安装dart插件,然后重启Android Studio
发布于 2020-10-17 14:33:00
打开Android Studio,转到设置->,然后检查是否在Android studio上安装了Dart和Flutter插件

https://stackoverflow.com/questions/64399470
复制相似问题