在Android程序中运行Linux终端命令
我正在开发一个小应用程序,可以将我的 Android 手机中的目录与我的笔记本电脑中的目录同步。我对手机进行了 root 操作,并在其中安装了 rsync,以便同步手机和笔记本电脑上的目录。我手动检查了它,一切似乎都正常(我能够将手机的目录与我的笔记本电脑同步)。现在我想以编程方式执行此操作。我该怎么做?有什么想法吗?
I am developing a small app that would synchronize a directory present in my android phone with that of my laptop. I rooted my phone and also installed rsync in that so as to synchronize the directories across my phone and laptop. I checked it manually and everything seems working ( I am able to synchronize phone's directory with my laptop ). Now i would like to do this programmatically. How can i do this? Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用类似以下内容:
在 Android 应用程序中运行本机命令。
检查 http://gimite.net/en/index。 php?运行%20native%20executable%20in%20Android%20App
You can use something like:
for running native commands in Android app.
Check http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App