Android emulator-5554 offline

后端 未结 30 1601
旧时难觅i
旧时难觅i 2020-11-28 21:58

I\'m having a problem with emulator-5554, it keeps telling me it is offline.

When I do a adb devices from the command line it says

30条回答
  •  暖寄归人
    2020-11-28 22:42

    In such a case, you can do all of the following in order to be assured that your emulator starts working again :

    1. Go to cmd and type adb kill-server
    2. Go to task manager and find adb in processes. If you find one, right click on it and click on end process tree.
    3. In eclipse, go to Window>Android Virtual Device Manager, click on the AVD you want to launch, click on start and uncheck "Launch From Snapshot" and then click on launch.

    That's it! It will take a while and it should resolve your problem.

提交回复
热议问题