Android studio Emulator ( device unauthorized)

后端 未结 10 1244
春和景丽
春和景丽 2021-02-12 22:11

I know that on a normal device I have to authorize the debugging process, but Authorizing it on an emulator is my first time.

I just installed my first emulator on my ho

10条回答
  •  借酒劲吻你
    2021-02-12 22:47

    1. Keep the Emulator on

    2. Delete android folder using

      rm -rf ~/.android

    3. Then restart adb

      adb kill-server

    4. You should get a prompt on the emulator to allow USB Debugging

    5. View the device status

      adb devices

    This should fix the issue, I used this to fix when I was having issues launching the emulator from expo when making a react native app.

提交回复
热议问题