使用adb命令
导入到sd卡 adb push D:\pad配置文件 /sdcard
你在运行这条命令时,可能会遇到failed to copy 'D:\file.xtxt' to '/system/temp/' : Read-only file system 的报错信息。
可以使用 adb remount - remounts the /system partition on the device read-write后重新导入即可
导出sd卡 adb pull /sdcard/aa.txt d:\bb |