无法使用蜂软件为我的 Android 应用获取模拟器 运行(新手)

Cannot get the emulator running for my Android App using beeware (newbie)

我正在使用 windows。正如此 link 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

我不知道如何解决这个问题。即使连接我的 phone 也无济于事,因为它没有显示为一个选项。有人可以帮忙吗?新手请详细说说

如果有人遇到同样的问题,解决了。只需在开发人员选项中打开 USB 调试,然后就可以让 android 设备显示在 cmd 上。 此外,要在 android studio 中使用英特尔,桌面应该有 UEFI 模式,而不是传统模式。如果它是像我这样的旧模式,你可以使用 ARM,但它非常慢。