Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我办公室的空间限制,我想通过网络而不是通过 USB 部署我的应用程序。手机和电脑都在同一个网络中。
我希望有类似于 Ouya 的东西:设置中的复选框,然后是“adb connect”
使用 USB 数据线连接并运行:
adb tcpip 5555
断开 USB 电缆并运行:
adb connect 192.168.0.100:5555
将 IP 更改为设备的实际 IP。