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.
我们目前开发了一个通过 UDP 控制大型多媒体安装的 Android 应用程序。现在安装应该在没有WIFI的环境下运行!安全!!!
我可以通过 USB 与计算机建立任何网络连接吗?在调试模式下,我有来自 Eclipse 的连接......如果有人可以在这里帮助我......我
问候
adb 基本上是远程登录到您的设备。(日食使用什么)
因此,您可以打开端口并将其从您的计算机转发到您的设备。
亚行文档可能会有所帮助。但他们没有提到UDP。希望可能会让你朝着正确的方向前进。