如何以编程方式将文件从PC推送到Android手机?

发布于 2024-12-14 07:35:14 字数 81 浏览 0 评论 0原文

我想在我的活动中使用 adb push 命令,以便我可以将文件从 Windows PC 传输到手机。可以这样做吗?

I want to use adb push command in my activity so i can transfer file from windows PC to phone. is it possible to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哽咽笑 2024-12-21 07:35:14

我认为从 Android 端来说这是不可能的,因为“adb.exe”是平台工具目录中的 Windows 应用程序。如果您编写Windows应用程序,它可以发出“adb push”命令。

I don't think that's possible from the Android side as "adb.exe" is a windows application in the platform-tools directory. If you write a Windows application, it can issue the "adb push" command.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文