Android about make sure the plugin is properly configured problem solution

Source: Internet
Author: User

The initial error caused by this problem is:

[2013-10-14 10:01:58-xxx] The connection to ADB are down, and a severe error has occured.
[2013-10-14 10:01:58-xxx] You must restart ADB and Eclipse.
[2013-10-14 10:01:58-xxx] Please ensure this adb is correctly located at ' E:\android-sdk-windows\platform-tools\adb.exe ' and can be executed.

I believe that almost all of Android have encountered this problem, I have encountered many times, the last time I encountered this problem is to put the computer in the Pea pod running program through the task Manager to turn off.

But today this problem is not the cause of the pea pod, through the search on the internet finally found the essence of the problem, mainly or Adb.exe start not to come, under normal circumstances should be first in eclipse in the DDMS in the device of the lower triangle Click the Reset adb entry, you should see a prompt that says "Make sure the plugin is properly configured", as in the title of this article, Then the solution is as follows (for examples of problems I encounter):
Open cmd.exe
Enter the following command:Netstat-ano | findstr "5037"
Locate the following process
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 2696
This is the end of the 2696 process.

How to find the 2696 corresponding to which process? Continue to enter the following command:TASKLIST | findstr "2696"

Display the following content

XXXX.exe 2696 Console 1 6,952k

Finally open the Task Manager , XXXX.exe this process to shut down.

You will know the solution to this problem in the future.

ps:http://zhouhongyu1989.blog.51cto.com/2931598/1308617

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.