Failed to push selection: Read-only file system this error comes when i am trying to add any file in sdcard of emulator..can any one tell me what is the solution of it?
You need to grant your app permission to write to the external SD card. It's not important that you're in the "emulator", the emulator IS Android, so it needs to have the same rights as if it were running on an actual device. Add this line to your manifest...
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
And you'll be good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With