失败消息:
failed to copy 'D:\My Documents\桌面\hello你好.txt' to '/storage/sdcard0/hello你好.txt': Invalid argument我遇到的另一个问题和这个问题类似,在命令行"adb shell ls“中显示的消息很奇怪,当涉及到中文文件项时,完全错误,但英文项显示正常。
android
test.txt
鎴戠殑鐓х墖
鎴戠殑瑙嗛
鎴戠殑闊充箰
root@android:/storage/sdcard0 #发布于 2014-05-15 18:27:25
第一个问题是:
D:\My Documents\桌面\hello你好.txt以上路径格式适用于Windows。和:
/storage/sdcard0/hello你好.txt路径格式为*NIX。
您可以尝试用D:/My Documents/桌面/hello你好.txt或/D/My Documents/桌面/hello你好.txt替换D:\My Documents\桌面\hello你好.txt。
第二个问题是因为编码,试着改变你的终端编码。
https://stackoverflow.com/questions/13949986
复制相似问题