i have an android device and i set the ip 10.0.6.186
i want to use "adb tool" to connect this device from my computer
the ip of my computer is 10.0.3.186 i can ping the device from my computer
i use these command
set ADBHOST=10.0.6.186
adb kill-server
adb devices
then it showed me this:
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
en... no device was found
i have tried this many times
only 2-3times can i see the device
for the most part no device was found
can anybody tell me why
thank you very much & sorry for my poor english


