ADB not responding. You can wait more, or kill “adb.exe” … windows 8

后端 未结 18 1384
灰色年华
灰色年华 2021-02-05 05:02

When I try to test my Android application with an android emulator as always I now suddenly get an error message. I\'m working with Windows 8. So far I tried the following thing

18条回答
  •  孤城傲影
    2021-02-05 05:26

    I have faced this problem few days ago. When I opened my task manager it showing me two adb runnig. It may be because of I am using mobogenie for connecting my android phone for debugging application. This problem is because of moboginie and adt port conflict. then I have followed following procedure to sort out this issue.

    !) close eclipse 2) Go to task manager and kill all adb processes. 3) Now go to platform-tools in android sdk 4)press shift+right click mouse and select "open command window here" option 5) type

    adb kill-server adb start-server

    6)if server sucessfully started then start eclipse and then connect your phone (Remember dont connect your phone before starting eclipse)

提交回复
热议问题