1

I am using windows. As given in this link https://docs.beeware.org/en/latest/tutorial/tutorial-5/android.html When I ran the app it is showing this error

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

I have no clue how to resolve the issue. Even connecting my phone doesn't help as it is not showing up as an option. Can someone help? Please tell me a little in detail as I am new to it.

4

1 回答 1

0

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

于 2020-11-02T04:59:38.717 回答