Android failed solution when starting ADB _android

Source: Internet
Author: User
Tags ack

The problem was met today when the ADB was launched while developing Android. Because I updated the latest ADT to appear adb server didn ' t ACK, failed to start daemon then you want to start a program this time again will appear please ensure this adb is correctly located At ' E:\android-sdk-windows\platform-tools\adb.exe ' and can be executed. "

Step One: Review task Manager to see if all the Adb.exe programs are turned off. If it is not closed, all will be closed. Then Android-sdk-windows\platform-tools and Android-sdk-windows\tools are added to the environment variable to test whether it can be started. If not, run the command line:

Copy Code code as follows:

ADB kill-server
ADB start-server

This time may appear

Copy Code code as follows:

E:\ANDROID-SDK-WINDOWS\PLATFORM-TOOLS>ADB Kill-server
E:\ANDROID-SDK-WINDOWS\PLATFORM-TOOLS>ADB Start-server
* Daemon not running. Starting it now on Port 5037 *
ADB server didn ' t ACK
* Failed to start daemon *

If it's still not working, the only option is to choose the first option in the Android manager in Eclipse, which is AVD Manager. Virtural device from the inside to find a simulator to start, and when it starts, turn off your eclipse, And then restart it. I wish you success!!!

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.