博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How can I connect to Android with ADB over TCP?
阅读量:6591 次
发布时间:2019-06-24

本文共 458 字,大约阅读时间需要 1 分钟。

     When i attemped to debug an application on an Android device, i met some question connecting to the device via WiFi. It shows error "unable to connect to 192.168. ..." when i use the command "adb connect 192.168. ...". 

      This is a solution to resolve this question:

        open the terminal program and type:

su

setprop service.adb.tcp.port 5555

stop adbd

start adbd

    Then ,type:

         adb connect ......

转载于:https://www.cnblogs.com/Vicky-Lee/archive/2012/03/07/2384075.html

你可能感兴趣的文章
post请求
查看>>
Spring 源码学习(二)默认标签解析
查看>>
一个实用的JS自定义函数addLoadEvent()
查看>>
通熟易懂的设计模式(二)
查看>>
页面的切换效果
查看>>
【转】前端组件化框架之路
查看>>
Grid列开始日期、结束日期限制大小
查看>>
Tensorflow 数据导入
查看>>
JavaScript基础总结
查看>>
10.31T3 其他算法思想
查看>>
数据库 一步步处理 行列转换
查看>>
Flex性能优化常用手法总结
查看>>
线程池管理的工具类,封装类
查看>>
8.最佳的MongoDB客户端管理工具
查看>>
多类选择器书写格式
查看>>
focus方法
查看>>
掌握Thinkphp3.2.0----模型初步
查看>>
SSH中后台传到前台一个信息集合,tr td中怎么进行排列,类似在一个div里排列书籍...
查看>>
day10,11-Python 基本数据类型介绍之数字与字符串(看看就好)
查看>>
JAVA API----Math类和Random类
查看>>