Android development simulator startup failure solution, android Simulator

Source: Internet
Author: User

Android development simulator startup failure solution, android Simulator

1. error message

 Error meaning:A serious error occurred when connecting to the adb (android debug bridge). You must restart the adb and Eclipse tools. Make sure you are in the correct location ...... The adb tool is executed.

Adb:Is a tool provided by the sdk. In the android-sdk-windows \ platform-tools directory, you can use adb to connect to your android phone or simulator. Mobile assistants like 91, 360, and pods communicate with mobile phones through port 5037.

2. Run the command to view port usage

Netstat-a-o

Netstat:View the network connection status.

Parameter-:Show all connections and port numbers

Parameter-o:Displays the PID of the process associated with the port number

The query result is as follows:

 

3. Use the Window task manager to view the PID and end the process.

3.1 UseCtrl + Shift + EscOpen Task Manager

3.2 show PID

3.3 Process with PID 972 found

It turns out that 360 of mobile phones use this port

3.4 terminate the process

The following error occurs when the process is terminated.

Solution:

End360 MobileMgrWait a moment after the process360 cancelinkThe process will also end.

4. Restart Eclipse and solve the error!

The above steps are personally feasible. If you have any questions, please leave a message to discuss them ~~~~

 

 

 

 

 

 

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.