ADB server didnt ACK

喜你入骨 提交于 2019-12-23 01:17:19

问题


I m facing a problem whenever i m running my application . it says Failed to start monitor thread and : adb server didnt ack.

I tried every possible way but it served no purpose. Here are the following steps i did to solve it:

  1. I opened task manager and killed adb and then restarted ADT.
  2. in the command prompt i killed the running adb server then restarted it.
  3. in the DDMS i tried to reset the adb but it says Plugins are not configured properly.
  4. I have properly set my path even though these problems are popping up.
  5. I think there is not any device issue as even my emulator failed to start.
  6. sometime on restarting the adb server error comes as `daemon still not running"

kindly help me out...


回答1:


What version of ADT are you using?

If you've recently updated the Android SDK, but haven't removed and reinstalled (from scratch) Eclipse, then that' likely the source of the problem. When Google released the newest version of the SDK, they seemed to have messed up ADT updating.

Removed ADT from your computer (you can leave the SDK Manager installed) and reinstall Eclipse from http://eclipse.org/

Once you've reinstalled Eclipse, follow these instructions to get your ADT plugin working: http://developer.android.com/sdk/installing/installing-adt.html



来源:https://stackoverflow.com/questions/24973202/adb-server-didnt-ack

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