码迷,mamicode.com
首页 > 数据库 > 详细

【ADB WIFI】简单三步实现通过wifi连接adb

时间:2020-01-09 18:40:27      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:restart   dev   tar   starting   ice   config   root   mod   rest   

一、前提条件

①两台设备需连接同一wifi
②设备需要有root权限

二、连接步骤

①开启wifi adb连接(需要usb数据线连接,找到adb devices)

wucaiyundeMacBook-Pro:~ wucaiyun$ adb tcpip 5555
restarting in TCP mode port: 5555

②查看连接设备IP

adb shell 
ifconfig 

③通过IP连接adb(不需要usb数据线连接)

adb connect ip 

【ADB WIFI】简单三步实现通过wifi连接adb

标签:restart   dev   tar   starting   ice   config   root   mod   rest   

原文地址:https://www.cnblogs.com/wucaiyun1/p/12172768.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!