0

I am trying to create a folder named DCIM in sdcard in the Eclipse using DDMS perspective


I am getting this error, How can i overcome this ?

enter image description here

Thanks !!

Devrath
  • 42,072
  • 54
  • 195
  • 297
  • 1
    Check this link http://stackoverflow.com/questions/2083709/android-emulator-sdcard-push-error-read-only-file-system – Virag Brahme Dec 23 '13 at 13:01

1 Answers1

0

I found the simplest solution

This is what i did::

  1. Window --- > AndroidVertualDeviceManager ----> select the device ---> click edit

  2. Then mention the size ...

enter image description here

  1. Go to DDMS --- > sdcard --> use push a file onto device

Thats it folks PRESTO .... now you can create folder & add files manually

good link reference

Devrath
  • 42,072
  • 54
  • 195
  • 297