ADB is not starting no any error message

非 Y 不嫁゛ 提交于 2020-01-16 00:58:10

问题


Have searched about this issue, but nothing helped. When i want to run my application in Android Studio(v1.2.2), window with text "Waiting for adb" appears. In 30 seconds opens another window with error "ADB is not responding,if you want to retry please kill adb manually and click Restart". It doesn't helps. When i want to run adb start-server manually it doesn't show any message "./adb start-server

" It is output in my terminal. What i'm doing wrong?

output of adb: "ddms: Unable to run 'adb': null ddms: '/Users/farkhad/Library/Android/sdk/platform-tools/adb,start-server' failed -- run manually if necessary"


回答1:


Check port 5037 in my case java was listening to this port, i closed with task manager and solved y problem




回答2:


press ctrl+alt+delete in keyboard if windows and start task manager and than end process for all adb.exe you see in the processes tab

and than press the restart



来源:https://stackoverflow.com/questions/31636163/adb-is-not-starting-no-any-error-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!