I am trying to push my a file in SD Card but its showing error in console 'failed to push selection: Read-only file system'.I am using DDMS perspective in Eclipse.I generated sdcard using mksdcard command.
|
Just go to
take uncheck This was the only thing that worked for me. P.S: Some of these folders might be hidden. |
||||
|
|
|
You need to give SDCard support to your AVD and mount the SDCard. First go to Please check this link for complete detailed step to achieve SDCard support and mounting. You can also give a try to this command in CMD, this will remount your SDCard.
|
||||
|
|
|
You need to make sure you have:
in you Android manifest. This link might help you: http://www.brighthub.com/mobile/google-android/articles/33240.aspx Hope this helps! |
|||
|
|
|
In my case i have mistake with the slash. while specifying "Additional Emulator Command Line Options" in eclipse Actually it should be -sdcard C:/Kamal/sdcard/emulator_sdcard and i was putting -sdcard C:\Kamal\sdcard\emulator_sdcard Then after restarting the Eclipse & Emulator it works. |
|||
|
|
