当前位置: 首页 > article >正文

android adb 无线连接 (wifi)

常见adb 命令

logcat 
 install 安装

如果去公司忘记拿数据线了 可以使用wifi调试

adb 有一个提示

networking:
 connect HOST[:PORT]      connect to a device via TCP/IP [default port=5555]
 disconnect [HOST[:PORT]]
     disconnect from given TCP/IP device [default port=5555], or all
 pair HOST[:PORT] [PAIRING CODE]
     pair with a device for secure TCP/IP communication
mx@bogon ~ % adb tcpip 5555         
error: no devices/emulators found
mx@bogon ~ % adb connect 10.8.0.106:5555
failed to connect to '10.8.0.106:5555': Connection refused
mx@bogon ~ % adb connect 10.8.0.106:5555
failed to connect to '10.8.0.106:5555': Connection refused
mx@bogon ~ % adb connect 10.8.0.106:5555
failed to connect to '10.8.0.106:5555': Connection refused
mx@bogon ~ % adb connect ip
failed to connect to ip:5555
mx@bogon ~ % adb connect ip
already connected to ip:5555

一开始连接 会失败,最后成功了,小米手机,打开开发者选项,打开wifi无线调试

然后
 

mx@bogon ~ % adb connect 10.8.0.106:42893
connected to 10.8.0.106:42893

看看能不能提供帮助


http://www.kler.cn/a/506881.html

相关文章:

  • 【机器学习实战入门】使用OpenCV和Keras的驾驶员疲劳检测系统
  • vue用户点进详情页再返回列表页,停留在原位置
  • Spring Boot 动态表操作服务实现
  • docker安装mysql 5.7
  • 如何有效防止和解决IP劫持问题
  • c#删除文件和目录到回收站
  • CPU负载与CPU使用率之区别
  • 网络科技有限公司网络设计
  • 数据结构漫游记:动态带头双向循环链表
  • 深度学习与浮点数精度问题探究
  • 【Unity-Game4Automation PRO 插件】
  • HCIP笔记1--IP路由基础回顾、BFD单臂回声、OSPF基础
  • wproxy客户端安装,代理返回JSON
  • 将图像输入批次扁平化为CNN
  • 掌握Golang strings包:高效字符串处理指南
  • Leetcode:3095
  • 中间件 MetaQ
  • 【树莓派3B】香瓜树莓派3B之与电脑的文件传输
  • 深入Node.js集群:原理、优势与搭建实战,如何应对高并发
  • CNN-GRU-MATT加入贝叶斯超参数优化,多输入单输出回归模型
  • SSL:WRONG_VERSION_NUMBER 或者 net::ERR_SSL_PROTOCAL_ERROR
  • 物料主数据报表
  • MySQL程序之:连接到服务器的命令选项
  • TCP 序列和确认号说明 | seq 和 ack 号计算方法
  • 复用类(1):组合、继承
  • Ubuntu 文件夹用途