Android Device Debug stopped after plug other phone

 ̄綄美尐妖づ 提交于 2019-12-21 06:23:29

问题


I've launched and debugged several applications on my Samsung Galaxy S Device, however, yesterday I plugged in another Device (Same type) to upload music and now, when I try to launch or debug application, Eclipse wants me to choose between 2 devices (only 1 is online), and when I select this option, I'm getting the following Error log:

[2011-03-30 11:36:56 - ****] Uploading ****.apk onto device '1000b1eda2c2'
[2011-03-30 11:36:56 - ****] Failed to install ****.apk on device '1000b1eda2c2': adb rejected install command with: device offline
[2011-03-30 11:36:56 - ****] com.android.ddmlib.AdbCommandRejectedException: device offline
[2011-03-30 11:36:56 - ****] Launch canceled!

回答1:


Try "adb kill-server" and then "adb start-server"



来源:https://stackoverflow.com/questions/5484636/android-device-debug-stopped-after-plug-other-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!