Error: device offline

前端 未结 15 1059
醉梦人生
醉梦人生 2020-12-13 09:36

The emulator is running. But when I write adb shell in my shell I get:

error:device offline

What is the reason for

相关标签:
15条回答
  • 2020-12-13 10:14

    I restarted my computer, and at the same time I rebooted the phone. The adb devices returns fine.

    0 讨论(0)
  • 2020-12-13 10:15

    I came with this condition twice.The first time I used the command "adb kill-server" in my PC, and restarted the android device. It worked. However the second time the method didn't work any more.This time I disconnected and reconnected the network. It worked.

    0 讨论(0)
  • 2020-12-13 10:17

    This happened to me running Ubuntu 19.04 and Android 9. I fixed this by turning off developer options then turning it back on. And make sure USB Debugging is allowed in there as well.

    0 讨论(0)
提交回复
热议问题