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.
我希望我的应用程序连接到 pc 并将文件(我们知道 pc 中的路径)复制到平板电脑。但我知道使用套接字将应用程序平板电脑连接到应用程序 PC,但我不想使用套接字,因为 pc 不能听。
有可能的 ??
您将需要在您的 PC 上安装一个服务器,该服务器将允许您访问其上的文件系统。即使您与 PC 连接的设备处于主机模式,PC 也不知道该怎么做,因为它本身处于主机模式。
所以你有几个选择:
adb