所以我运行了flutter doctor,结果显示Android studio不见了。
我安装了Android Studio,再次运行flutter doctor,但它没有检测到android studio,仍然显示相同的消息。
为什么flutter doctor没有检测到它?
有没有修复颤振的工具?比如flutter doctor doctor?
发布于 2021-09-07 08:43:49
如果您已经按照此doc中列出的步骤正确安装了Android Studio,那么只需尝试重新启动您的终端或PC即可。如果它在此之后没有显示,那么仍然没有必要担心,你应该能够在Android Studio不被检测到的情况下构建和调试Flutter Android应用程序。
发布于 2021-09-07 08:21:01
试试这个:flutter doctor -vv
-v, --verbose Noisy logging, including all shell commands
executed.
If used with "--help", shows hidden options. If used
with "flutter doctor", shows additional diagnostic
information. (Use "-vv" to force verbose logging in
those cases.)发布于 2021-09-07 07:54:21
https://stackoverflow.com/questions/69084267
复制相似问题