我从来没有遇到过这个错误。当我为初始颤动示例运行"flutter run -d chrome“时,该错误不会出现,但当我添加几个文件夹时,该错误就会出现。谢谢你的帮助
Flutter failed to delete a directory at "build\flutter_assets". The flutter tool cannot access the file or directory.
Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.
发布于 2021-11-19 18:21:52
build
文件夹是在颤振运行时自动生成的。如果在build文件夹中创建了flutter_assets文件夹,请将其移动到assets
文件夹。
https://stackoverflow.com/questions/69993997
复制相似问题