A typical problem with the ADB connection in Android development:

Source: Internet
Author: User
Problem phenomenon:
Create a new Andriod project, then run as, and the following interface appears:
[2014-02-13 16:36:54-Flashlight]------------------------------
[2014-02-13 16:36:54-Flashlight] Android launch!
[2014-02-13 16:36:54-Flashlight] The connection to ADB are down, and a severe error has occured.
[2014-02-13 16:36:54-Flashlight] You must restart ADB and Eclipse.
[2014-02-13 16:36:54-Flashlight] Please ensure the ADB is correctly located in ' D:\adt-bundle-windows-x86-20131030\sdk\platform-tools\adb.exe ' and can be Executed.
So Baidu:
Reference:

HTTP://HI.BAIDU.COM/YORE2003/ITEM/A7D9E5C125266E0BC710B2A3 and HTTP://WWW.CNBLOGS.COM/LONGQI293/ARCHIVE/2012/06/19 /2554801.html finally solves the problem:
The usual practice is to---->cmd
CD to D:\adt-bundle-windows-x86-20131030\sdk\platform-tools this directory
ADB kill-server: Appearing

Then the ADB start-server


Obviously, the ADB server is not running, the table name should be used by the ADB's port is occupied, the reference http://blog.sina.com.cn/s/blog_9d708b4f010155gp.html, understand that 5037 port is occupied, so view:

Found that 3756 takes up 5037 ports and continues to view 3756 tasks as follows:
Indicates that Sjk_daemon.exe is in use, so open Task Manager and find the process

The original is Jinshan poison PA, should be the mobile phone helper program, so directly out of Jinshan, and then run normal.

Also attached:

http://blog.csdn.net/mad1989/article/details/9628495, this blog is also very good.

Related Article

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.