作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想将我的 adb 连接到实时 android,而不是模拟器,但它给出了一个错误:“无法连接到 192.168.10.4:5555:无法建立连接,因为目标机器主动拒绝它。(10061)”
我试过这个命令: adb connect
最佳答案
在 Android Studio 的最新更新中,您可以轻松地无线配对您的设备
转至 Device Manager > Physical > Pair using Wi-Fi
然后进入手机设置Developer options > Wireless debugging > Pair using QR code
扫描二维码后,您的手机将连接到 Android Studio
Note: this feature works on Android 11+ devices
Old Devices
adb devices
shell 响应应该是这样的:List of devices attached E1MGAP2810904770 device
adb tcpip 5556
adb connect 192.168.1.47:5556
shell 响应应该是这样的:connected to 192.168.1.47:5556
关于android - 如何在没有 USB 电缆的情况下通过 wifi 网络连接 ADB?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61401495/
我是一名优秀的程序员,十分优秀!