1、下载Visual Studio http://https://visualstudio.microsoft.com/zh-hans/downloads/ 2、Visual Studio安装失败可以修改DNS尝试
flutter doctor 显示Vishal Studio没安装 1。 [X] Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. Please install the “Desktop development with C++” workload, including all of ...
Flutter plugins and some of the flutter SDK tests require visual studio installed. To fix problems with missing Root CAs we had to move back to run flutter VMs using chrome images that do not include visual studio. To fix this problem we are preparing hermetic VS installations that set the ...
Uninstall current Visual Studio in Control Panel Checkflutter doctor -v Output [√] Flutter (Channel stable, 3.0.3, on Microsoft Windows [Version 10.0.19043.1766], locale en-US) • Flutter version 3.0.3 at C:\WIP\flutter • Upstream repository https://github.com/flutter/flutter.git •...
到https://visualstudio.microsoft.com/downloads/下载最新社区版的Visual Studio。 要安装C++桌面开发组件。 再次运行flutter doctor,看到VS的错误没有了。 五、解决Android Toolchain问题 打开Android Studio的SDK Manager,就是刚才装COmmand line tools那个,取消hide obsolete packages的勾,然后确保上面三个的勾勾上,确...
我正在尝试安装flutter,并在visual studio代码上运行基本的flutter示例。我在命令行中使用了flutter doctor,并安装了所有缺少的要求,现在我尝试在flutter中运行一个基本程序,但在visual studio代码输出中,我得到以下错误Windows 浏览5提问于2019-05-12得票数 2 ...
1.4.3 运行 flutter doctor *报错:Unable to find bundled Java version on Flutter cd /Applications/Android\ Studio.app/Contents/jre ln -s ../jre jdk ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk flutter doctor 二、工程创建 ...
step4:环境变量设置完成后,重启一下电脑,然后在PowerShell窗口(或在Flutter安装目录的flutter文件下找到flutter_console.bat,双击运行)输入如下命令:flutter doctor 注:第一次运行一个flutter命令(如flutter doctor)时,它会下载它自己的依赖项并自行编译。以后再运行就会快得多。一旦你安装了任何缺失的依赖,再次运行fl...
先把android studio和vscode还有所有java ,jre ,jdk卸载干净。 个人目录这里的vscode和grable的临时文件夹要删除干净。 image.png 然后重新装as 和 vscode。jdk 21。 还有这几个环境变量: PSD:\dev\project\temp\videoplayer\android>flutter doctor-vFlutterassets will be downloadedfromhttps://storage.flutter-io...
需要用户输入y确认。执行完成后,不要着急解决第二个问题。重复run flutter doctor步骤。此时还剩余1个问题。 ②、升级AndroidSDK 测试 1、点击view-command palette 快捷键command+shift+p创建一个Flutter项目 WtIMG34.png 2、此时注意,项目名要小写 image.png ...