我不能使用android studio在新的M1优化的android模拟器上运行我的flutter应用程序。
我遵循了这个指南:https://medium.com/mobile-app-development-publication/my-journey-to-setup-android-emulator-for-m1-macbook-pro-b8365321b3e7我之所以使用这个模拟器,是因为我使用的是M1 mac,它不能运行其他模拟器。
但每次我打开模拟器时,android studio都不会检测到它将打开的虚拟设备,但我不能在上面运行我的应用程序。Reference
发布于 2021-09-25 05:29:33
更新:有了新的Android Studio Artic Fox Canary 15 (https://androidstudio.googleblog.com/2021/04/android-studio-arctic-fox-canary-15.html),我终于可以毫无问题地运行模拟器了!
注意:如果您使用Homebrew作为包管理器,并尝试使用'brew update‘命令更新android studio,它通常不会更新到arm版本。尝试卸载并重新安装它。
有关设置arm仿真器的更多信息,请查看此页面:Android Studio/Emulator on macOS with ARM CPU M1
有关M1兼容软件的更新和信息,请访问:https://isapplesiliconready.com/
[

https://stackoverflow.com/questions/67357403
复制相似问题