Move an entire folder from windows to Android emul

2019-06-20 01:58发布

Is it possible to move an entire folder as is from windows to an android emulator? - I am sure the answer to this exists somewhere but I am not able to find it. I can move one file at a time either via adb command line or via ddms but neither gives me the option to move entire folder with multiple folders and files inside and when I try to it gives me this error

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

even if the folder exists.

标签: android adb ddms
1条回答
放我归山
2楼-- · 2019-06-20 02:33

Look at this question,furikuretsu says:

you can simply drag any sets of files and folders to File Explorer (a window in DDMS perspective). No need of using arrow icons.

It works fine.

查看更多
登录 后发表回答