Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator SD card problem

i m inserting one video in sdcard to show the video in emulator..

but showing error:

[2010-11-24 19:21:22] Failed to push sample.mov on emulator-5554: Read-only file system

pls help me how can i do that?

like image 839
vivek_Android Avatar asked Apr 30 '26 00:04

vivek_Android


1 Answers

It probably has to do with the way you are creating your sdcard (check if you have the right permissions by doing adb shell, then ls -l on sdcard from terminal).

Also check this thread

like image 186
almalkawi Avatar answered May 01 '26 14:05

almalkawi