How to attach back the Android emulator to ADB?

前端 未结 7 2072
北恋
北恋 2020-12-02 08:58

After I start the emulator by hitting Debug in Eclipse, after certain time it disconnects from the ADB, but the emulator stays open. It is responsive, I can navigate and sta

7条回答
  •  温柔的废话
    2020-12-02 09:20

    Try with adb kill-server and adb start-server. Even then the same problem occurs kill your running process from ddms prespective. Refer this link(http://www.jiahaoliuliu.com/2011/02/stopping-android-applications-already.html). This solved my issue. Hope for you also.

提交回复
热议问题