android - eclipse doesn't show an active device in the Run Configurations window -


I want to download an application from an active SDK to an active device. The device communicates with Eclipse I can see it in the DDS window, but the device run does not appear in the configuration window. When I click the reset ADB in the DDS window, I get the following error message: <<> [Device Monitor] ADB connection error: An existing connection forced forcibly closed Was sent by remote host [2014-02-18 08:50:58 - Device Monitor] Sending tracking request! [2014-02-18 08:50:58 - Device Monitor] ADB connection error: An existing connection by remote host was forcibly [2014-02-18 08:51:00 - Device Monitor] Connection effort: 1 < / Code>

I have successfully tried to reset the server from the command line with no ADB kill-server and ADB start-server.

I changed the USB port and the additional active device receives the same error message.

Android Developer Tool Build: v22.3.0-887826

Eclipse Platform Version: 4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 Create ID: M20130204-1200

< / Div>

This is because the ADB driver is not installed on your computer. If you are on Windows then the steps given below Follow.

If you are using any other OS or Windows version, refer to this link

  1. Open the device manager and check that your Whether the device has drivers installed or not.

  2. If the drivers are not installed, right-click on the device and update the driver software . This will launch the Hardware Update Wizard.

  3. Select Browse My Computer for Driver Software and click on Next . Browse and click on Find USB Driver Folder. (Google USB driver is located in (your_sdk_location) \ extras \ google \ usb_driver. )

  4. Click

    Next Install the driver.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -