Issue
I just want to know whether is it possible to disable sdcard in my emulator. I don't want to delete my sdcard image file, but I want my emulator to react as if there is no sdcard connected. How to perform this?
Solution
1)
You can rename the file sdcard.img to whatever.img and restart emulator
2)
You can unmount sdcard within emulator in Settings
3)
You can point emulator to non-existing file with sdcard image
( http://developer.android.com/guide/developing/tools/emulator.html > Disk Images > -sdcard switch)
4)
You can't unmount SD Card from running emulator
(accroding to best answer on this: (re)mounting the SD card on android emulator)
5)
In Hardware edit details of Virtual Device (AVD) you can setup "SD Card Support" switch to "no"
Answered By - Marek Sebera
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.