Reputation: 11
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:
Plugins are not configured properly
.kindly help me out...
Upvotes: 1
Views: 218
Reputation: 476
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
Upvotes: 1