使用ADB连接Android客户端时,连接失败

D:\andriod\platform-tools>adb connect 192.168.102.118
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
unable to connect to 192.168.102.118:5555


可在Android客户端上,打开终端模拟器,输入:

setprop service.adb.tcp.port 5555

stop adbd

start adbd


再进行连接,并查看:

D:\andriod\platform-tools>adb connect 192.168.102.118
connected to 192.168.102.118:5555

D:\andriod\platform-tools>adb devices
List of devices attached

192.168.102.118:5555    device

更多相关文章

  1. Android(安卓)Ble
  2. 编译V8静态库 for Android
  3. android开源工程
  4. android HttpURLConnection 连接网络 读取返回数据
  5. Android客户端与云服务器进行网络通信
  6. Android通过http协议POST传输方式
  7. Android网络连接判断与处理
  8. android集合SSH搭建服务器客户端请求
  9. Android(安卓)仿3g体育门户客户端赛事图标浮出效果

随机推荐

  1. Android(安卓)动画特效的运用
  2. android FactoryReset
  3. android访问本地电脑上的网站
  4. Android应用程序的Activity启动过程简要
  5. SlidingLayout
  6. Android 封装的数据库管理操作类
  7. android 图片处理
  8. ContentProvider(一)
  9. Android7.0中文API -- SeekBar
  10. 将android 应用强制横屏