我遵循本指南如何在 Android Studio 中更改 android vd 的路径 我设法更改模拟器目录的路径,暂时一切都很好,能够运行我的代码和所有这些爵士乐。
重新启动android studio,能够打开模拟器,但当我按下运行时android studio没有检测到它。
删除模拟器并安装一个新的模拟器,直到我重新启动 android studio。
Flutter 设备和 Flutter doctor 也检测不到它
编辑:我忘了提及,我注意到应用程序在其原始 C:\User\Username\ 位置创建了另一个 .android 文件夹,其中存储了 abdkey 和 abdkey.pub。
我也关注了此链接Android studio - flutter:没有连接的设备仍然不起作用。
我看到了类似的问题,但是当我运行
flutter doctor
时,我收到与 adb 相关的错误:
[☠] Connected device (the doctor check crashed)
✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at https://github.com/flutter/flutter/issues.
✗ Exception: Unable to run "adb", check your Android SDK installation and ANDROID_SDK_ROOT environment variable: /Users/josephmuller/Library/Android/sdk/platform-tools/adb
我通过打开 Mac 上的活动监视器并退出所有
adb
进程来修复此问题: