Esta pregunta se relaciona con this thread, sin embargo ese hilo no tiene respuestas por lo que técnicamente este no es un duplicado.ADB estrellándose en Eclipse
Tengo instalado ADB 1.0.26 en mi Windows 7 x64 y Eclipse SDK 3.6.2 con ADT 10.0.1 SDK tools r10, y tengo todas las versiones de Android SDK instaladas.
Cuando conecto mi teléfono a la computadora en modo de depuración y escribo adb devices
en el símbolo del sistema, aparece mi teléfono. Es un Inspire 4G. Puedo adb shell
en el dispositivo y ls
, así que supongo que la parte adb/driver/phone de la cadena funciona correctamente.
Ahora, si conecto mi teléfono y entrar en Eclipse, me sale:
[2011-03-28 17:46:33 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-03-28 17:46:34 - DeviceMonitor]Connection attempts: 1
[2011-03-28 17:46:36 - DeviceMonitor]Connection attempts: 2
[...]
[2011-03-28 17:47:53 - DeviceMonitor]Connection attempts: 10
[2011-03-28 17:46:54 - DeviceMonitor]Connection attempts: 11
[2011-03-28 17:47:00 - adb]
[2011-03-28 17:47:00 - adb]This application has requested the Runtime to terminate it in an unusual way.
[2011-03-28 17:47:00 - adb]Please contact the application's support team for more information.
[2011-03-28 17:47:04 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-03-28 17:47:05 - DeviceMonitor]Connection attempts: 1
[2011-03-28 17:47:07 - DeviceMonitor]Connection attempts: 2
etc, etc ... Esta bucles para siempre. No importa si inicio Eclipse y luego conecto el teléfono o si conecto el teléfono y luego inicio Eclipse.
No creo que debería importar, pero mi teléfono es un 4G Inspire que tiene sus raíces en funcionamiento Revolución 4G 3.2
¿Es esta una cuestión de programación? – trojanfoe
¿Es [este] (http://stackoverflow.com/questions/4573019/adb-crashes-when-device-attached-with-eclipse) una pregunta de programación? ¿Qué tal [esto] (http://stackoverflow.com/questions/2994062/eclipse-adb-error-message-in-vista-failed-to-parse-the-output-of-adb-version), o [este ] (http://stackoverflow.com/questions/5133814/phone-doesnt-show-up-in-eclipse-eventhough-adb-is-working), o [este] (http://stackoverflow.com/questions/ 3912548/android-adb-unable-to-open-sync-connection), o [this] (http://stackoverflow.com/questions/3926648/setting-up-android-phone-with-eclipse) ???? ? – Ozzah
5 errores no hacen un derecho :) – trojanfoe