Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse console shows:'Failed to push selection: Read-only file system'when i try to push a file

I am trying to push a file to the 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.

like image 248
Amel Jose Avatar asked Jun 21 '12 18:06

Amel Jose


1 Answers

Just go to

C:\Documents and Settings\<adminstrator>\.android\avd

take 'properties' of your avd folder (there is a folder for each of the avd's)

uncheck 'Read only' -> OK

This was the only thing that worked for me.

P.S: Some of these folders might be hidden.

like image 141
Amel Jose Avatar answered Oct 05 '22 13:10

Amel Jose