1. Run the Android emulator form device manager in Android Studio
2. Open terminal in the directory of adb. So for windows Open cmd in ...\AppData\Local\Android\sdk\platform-tools
3. Run `adb devices` to confirm that the emulator is showing
4. Run `adb tcpip 5555`
5. Stop emulator
6. run `adb connect <IP address of your device>:5555`
7. Run `adb devices` again, it should show your physical device.
5条答案
按热度按时间iklwldmw1#
从Android 11开始。在手机上单击 * 将设备与配对代码配对 *,然后在开发机器上执行以下操作:
从手机中取出
ipaddr
和port
。终端将提示您输入配对代码。https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+
polkgigr2#
在Android Studio的最新更新中,您可以轻松地无线配对设备
转到
Device Manager > Physical > Pair using Wi-Fi
然后转到手机设置
Developer options > Wireless debugging > Pair using QR code
您的手机将在扫描二维码后连接到Android Studio旧器械
确保手机和笔记本电脑连接到同一路由器
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
将www.example.com更改192.168.1.47为您的本地IP地址。
您可以在设置->状态中找到您手机的IP地址...
xam8gpfp3#
请点击以下链接获取详细答案:
https://developer.android.com/studio/run/device
还有一个想法,不要连接你的移动的与充电器,而连接的android工作室移动没有usb电缆。
uurv41yg4#
在android 11设备及以上有直接的方式使用wifi调试.但对于较低版本的Android的第一步是安装任何模拟器(较低的Android版本是更好的性能首选)在Android Studio.确保您的计算机和Android设备在同一个WiFi网络中。然后按照步骤-
在Linux中使用
./adb
而不是adb
。进入设置->关于手机->所有规格->状态查看您手机的IP地址。a0zr77ik5#
连接到DNS服务器IPv4地址,而不仅仅是IPv4地址。检查您的无线属性。