无法使用beeware(新手)为我的Android应用程序运行模拟器

2024-09-30 16:40:06 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在使用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

我不知道如何解决这个问题。甚至连我的手机都没用,因为它不是一个选项。有人能帮忙吗?请告诉我一点细节,因为我是新手


Tags: torunhttpsyoubywindowsthisstart
1条回答
网友
1楼 · 发布于 2024-09-30 16:40:06

如果有人面临同样的问题,问题就解决了。只需在开发者选项中打开USB调试,就可以让android设备显示在cmd上。 此外,在android studio中使用intel时,桌面应具有UEFI模式,而不是传统模式。如果它是像我一样的传统模式,你可以使用ARM,但速度非常慢

相关问题 更多 >