Skip to content Skip to sidebar Skip to footer

Android Emulator - Any Accessible Storage Space?

I am getting java.io.FileNotFoundException: /sdcard/Img_1316563834614.jpg (Permission denied) after trying mRAF = new RandomAccessFile(mFullPath, 'rws'); where mFullPath was /sd

Solution 1:

The emulator does not come with external storage, unless you define some in the AVD. See the "SD Card" group box in the Add Android Virtual Device or Edit Android Virtual Device dialogs:

enter image description here

In this one, I defined 32MB of external storage. By default, the Size field is blank, meaning no external storage.

Post a Comment for "Android Emulator - Any Accessible Storage Space?"