6
是否可以將整個文件夾從Windows移動到android模擬器? - 我確信這個問題的答案存在,但我無法找到它。我可以在任何通過ADB命令行或通過DDMS一次移動一個文件,但既不給我的選項,整個文件夾移動多個文件夾和文件裏面,當我嘗試把它給了我這個錯誤將整個文件夾從Windows移動到Android模擬器
C:\>adb push C:\Users\peng-lp-10\Desktop\ABC\ /mnt/sdcard/ABC/
cannot stat 'C:\Users\peng-lp-10\Desktop\ABC\': No such file or direct
ory
即使如果該文件夾存在。