我需要部署测试应用程序并在连接到同一网络中另一台计算机的设备上发出命令。
我通过http://developer.android.com/tools/help/adb.html#directingcommands阅读,但我无法找到答案。
我尝试过使用adb connect <remote machine IP>但是我收到了unable to connect错误。
有没有办法adb在连接到远程系统的设备上部署应用程序和执行命令?
相关分类