Android Eclipse won't start

Source: Internet
Author: User
Tags ack

Recently the development environment encountered similar ADB server didn ' t ack problem, took a lot of time, hope to be helpful!
  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://g.hiphotos.baidu.com/exp/whcrop=92,69/sign= 77c261123ac79f3d8fb4b272d5d1f028/9345d688d43f87941a3d6cc3d31b0ef41ad53a18.jpg "style=" border:0px;height:50px; width:67px; "/>1

  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://h.hiphotos.baidu.com/exp/whcrop=92,69/sign= 33edc5177acb0a468577dd7b0413cb1d/d62a6059252dd42a172a2646023b5bb5c9eab83f.jpg "style=" border:0px;height:50px; width:67px; "/>2

  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://b.hiphotos.baidu.com/exp/whcrop=92,69/sign= Ce5af9251b4c510fae91b4580f291814/37d3d539b6003af37399fb8d342ac65c1038b63f.jpg "style=" border:0px;height:50px; width:67px; "/>3

  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://e.hiphotos.baidu.com/exp/whcrop=92,69/sign= 57254968c8ea15ce41bbb64bd97007ca/b3119313b07eca8031261e0a902397dda144833f.jpg "style=" border:0px;height:50px; width:67px; "/>4

  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://a.hiphotos.baidu.com/exp/whcrop=92,69/sign= 64c983fe96dda144da5c3af0ddc7ed9b/a2cc7cd98d1001e9511f33e2b90e7bec54e7973f.jpg "style=" border:0px;height:50px; width:67px; "/>5

  • 650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://d.hiphotos.baidu.com/exp/whcrop=92,69/sign= 184e5d1fd462853592b58463ff9f4bff/8d5494eef01f3a29aeebf2239825bc315c607c3f.jpg "style=" border:0px;height:50px; width:67px; "/> 6

    650) this.width=650; "alt=" ADB server didn ' t ACK "src=" http://h.hiphotos.baidu.com/exp/whcrop=92,69/ Sign=27fa43e0279759ee4a053689dd8b7e2f/730e0cf3d7ca7bcb2546e0c2bf096b63f624a819.jpg "style=" border:0px;height : 50px;width:67px; "/>

Step through Reading

When we develop Android apps through Eclipse, we connect to real-time simulations using simulators, and sometimes start failures that prompt such errors.



650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://g.hiphotos.baidu.com/exp/w= 500/sign=6ff6a2039d82d158bb8259b1b00819d5/9345d688d43f87941a3d6cc3d31b0ef41ad53a18.jpg "style=" border:0px; >

650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://h.hiphotos.baidu.com/exp/w= 500/sign=68320302a8ec8a13141a57e0c7029157/d62a6059252dd42a172a2646023b5bb5c9eab83f.jpg "style=" border:0px; >

Tools/Materials
    • Eclipse

    • cmd Command Window

Method/Step
  1. Start the ADB service with CMD first. This time will prompt the startup to fail.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://b.hiphotos.baidu.com/exp/w= 500/sign=1823344a58ee3d6d22c687cb73176d41/37d3d539b6003af37399fb8d342ac65c1038b63f.jpg "style=" border:0px; >

  2. There are many reasons why a service fails to start, but it is generally a port binding failure. Let's take a look at the port binding information. , there is really a problem with the port binding.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://e.hiphotos.baidu.com/exp/w= 500/sign=5de9828f9922720e7bcee2fa4bca0a3a/b3119313b07eca8031261e0a902397dda144833f.jpg "style=" border:0px; >

  3. Let's see which service takes up this port. There are 2 processes that occupy this port.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://a.hiphotos.baidu.com/exp/w= 500/sign=084737f0d52a283443a6360b6bb4c92e/a2cc7cd98d1001e9511f33e2b90e7bec54e7973f.jpg "style=" border:0px; >

  4. We go into the task manager and close the process. 824 of the process is my QQ, I have closed it.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://d.hiphotos.baidu.com/exp/w= 500/sign=14c3b399ac345982c58ae5923cf5310b/8d5494eef01f3a29aeebf2239825bc315c607c3f.jpg "style=" border:0px; >

  5. Start the service again and start successfully.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://h.hiphotos.baidu.com/exp/w= 500/sign=b12f15d529381f309e198da999004c67/730e0cf3d7ca7bcb2546e0c2bf096b63f624a819.jpg "style=" border:0px; >

  6. Close eclipse, restart, and connect the emulator again.

    650) this.width=650; "class=" Exp-image-default "alt=" ADB server didn ' t ACK "src=" http://g.hiphotos.baidu.com/exp/w= 500/sign=ccd345f110dfa9ecfd2e561752d1f754/d8f9d72a6059252dea2a3ae9359b033b5bb5b919.jpg "style=" border:0px; >


Android Eclipse won't start

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.