嗨,我收到以下错误消息。
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.20.2, on Microsoft Windows [Version 10.0.18362.1016], locale en-IN)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[!] 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.48.2)
[√] Connected device (1 available)
! Doctor found issues in 1 category.
我已经在环境变量中安装了插件和所有内容。
我在我的自定义路径中安装了Android Studio,这可能是问题。我已经使用android-studio
命令给出了当前的flutter config
路径。
当我检查安装路径时,插件不存在(颤振和飞镖)。它安装在C:\Users\AppData\Roaming\Google\AndroidStudio4.1\
路径中。
因此,我设置了该路径,然后显示了另一个错误,embedded java is not found
。
我也尝试将其复制到自定义路径。但是没有运气。
感谢您的帮助
答案 0 :(得分:0)
如果您在vs代码上执行所有操作,而未在android studio上安装flutter和dart,则应该不是问题。您只需要android studio即可连接到模拟器。我可以在未安装两个插件的情况下运行Flutter代码。