Note that there are some explanatory texts on larger screens.

plurals
  1. POADB Crashing in Eclipse
    primarykey
    data
    text
    <p>This question relates to <a href="https://stackoverflow.com/questions/4573019/adb-crashes-when-device-attached-with-eclipse">this thread</a>, however that thread has no answers so this it not technically a duplicate.</p> <p>I've got ADB 1.0.26 running on my Windows 7 x64 and Eclipse SDK 3.6.2 with ADT 10.0.1 SDK tools r10, and I've got all the Android SDK versions installed.</p> <p>When I connect my phone to the computer in debug mode, and type <code>adb devices</code> into the command prompt, my phone shows up. It's an Inspire 4G. I can <code>adb shell</code> into the device and <code>ls</code>, so I'm assuming that the adb/driver/phone part of the chain is working properly.</p> <p>Now, if I connect my phone and go into Eclipse, I get:</p> <blockquote> <p>[2011-03-28 17:46:33 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host</p> <p>[2011-03-28 17:46:34 - DeviceMonitor]Connection attempts: 1</p> <p>[2011-03-28 17:46:36 - DeviceMonitor]Connection attempts: 2</p> </blockquote> <p>[...]</p> <blockquote> <p>[2011-03-28 17:47:53 - DeviceMonitor]Connection attempts: 10</p> <p>[2011-03-28 17:46:54 - DeviceMonitor]Connection attempts: 11</p> <p>[2011-03-28 17:47:00 - adb]</p> <p>[2011-03-28 17:47:00 - adb]This application has requested the Runtime to terminate it in an unusual way.</p> <p>[2011-03-28 17:47:00 - adb]Please contact the application's support team for more information.</p> <p>[2011-03-28 17:47:04 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host</p> <p>[2011-03-28 17:47:05 - DeviceMonitor]Connection attempts: 1</p> <p>[2011-03-28 17:47:07 - DeviceMonitor]Connection attempts: 2</p> </blockquote> <p>etc, etc... This loops forever. It doesn't matter if I start Eclipse and then connect the phone, or if I connect the phone and then start Eclipse.</p> <p>I don't think it should matter, but my phone is an Inspire 4G which is rooted and running Revolution 4G 3.2</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload