Android phone is disconnected when adb is started -
i trying debug android phone adb tool. when run adb command on command prompt, connected phone disconnected system. want use adb logcat on phone. using following command:
adb -s <device_id> logcat
after entering command on command line, says: adb server out of date. killing...
, after phone gets disconnected , command line shows waiting device...
any idea how solve problem? want run logcat on android device. using htc wildfire phone.
thanks
i updated phone software, , using adb logcat
command in place of adb -s<decive_id> logcat
command.
it worked fine me.
Comments
Post a Comment