6

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.

Vrashabh Irde
  • 14,129
  • 6
  • 51
  • 103

1 Answers1

18

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.

Community
  • 1
  • 1
hasanghaforian
  • 13,858
  • 11
  • 76
  • 167