我用的是windows。正如在此链接https://docs.beeware.org/en/latest/tutorial/tutorial-5/android.html中给出的,当我运行应用程序时,它显示以下错误
In future, you can specify this device by running:
briefcase run android -d @beePhone
Starting emulator beePhone...
Waiting for emulator to start...................
Android emulator was unable to start!
Try starting the emulator manually by running:
C:\Users\Alok\.briefcase\tools\android_sdk\emulator\emulator.exe @beePhone -dns-server 8.8.8.8
Resolve any problems you discover, then try running your app again. You may
find this page helpful in diagnosing emulator problems.
https://developer.android.com/studio/run/emulator-acceleration#accel-vm我不知道如何解决这个问题。即使连接我的手机也没有帮助,因为它没有显示为一个选项。有人能帮帮忙吗?因为我是新手,所以请详细地告诉我。
发布于 2020-11-02 12:59:39
如果任何人面临同样的问题,它都得到了解决。只需要在开发者选项中打开USB调试,然后就可以在cmd上显示android设备。另外,要在android studio中使用英特尔,桌面应该有UEFI模式,而不是Legacy模式。如果是像我这样的遗留模式,你可以使用ARM,但它非常慢。
https://stackoverflow.com/questions/64469823
复制相似问题