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: <<> 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 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 Open the device manager and check that your Whether the device has drivers installed or not. If the drivers are not installed, right-click on the device and update the driver software . This will launch the Hardware Update Wizard. 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. ) Next Install the driver. [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>
Comments
Post a Comment