emulator not showing in adb devices

后端 未结 3 1515
攒了一身酷
攒了一身酷 2020-12-28 13:40

if i start an emulator using the android SDK r12 it does not show up in the adb devices list

win7 64 // android 2.2 (not an actual hardware device - just the emulato

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 14:01

    You can also try to :

     adb kill-server
     adb start-server
    

    to restart the adb server. Maybe something went wrong with the adb-server. This happens a lot, and many such issues can be solved by restarting the server.

提交回复
热议问题