我怎么可以将文件复制到Android的文件系统? [英] how can I copy files to the file system of android?

查看:315
本文介绍了我怎么可以将文件复制到Android的文件系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能文件的android复制到文件系统(地方)?我怎样才能访问它?

How can I copy files to the file system (place) in android? How can I access it?

推荐答案

拷贝文件从机器人到本地

copy files from android to local

adb pull /data/data/com.example.sample ./sample/

将文件复制到本地Android版

copy file to android from local

adb push ./sample/ /sdcard/sample/

这篇关于我怎么可以将文件复制到Android的文件系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆