Flutter: Unable to find suitable Visual Studio toolchain. Please run `flutter doctor` for more
Flutter: Unable to find suitable Visual Studio toolchain. Please run `flutter doctor` for more details.
·
Flutter: Unable to find suitable Visual Studio toolchain. Please run `flutter doctor` for more details.
听说flutter2.10比较正经的支持window了,我就忍不住又试了试。
运行指令
flutter run -d windows
报错 Unable to find suitable Visual Studio toolchain. Please run flutter doctor
for more details.
可能是由于试验过flutter web,把windows想简单了,爆出了这个问题
关于报错此时的flutter doctor的截图,因为我是解决之后写的博客,所以就没有了。。。。
解决办法
需要安装visual studio ,原因链接 windows的额外要求.
这个需要下载一个社区版的visual studio 2022,安装时一定要勾选
安装好之后就可以再次运行debug命令。
如果报红,且内容如下
Can’t load AOT data from xxxx\build\windows\runner\Debug\data\app.so; no such file.
请移步:解决办法
更多推荐
已为社区贡献3条内容
所有评论(0)