如何以编程方式将文件从PC推送到Android手机?
我想在我的活动中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为从 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.