(re)mounting the SD card on android emulator
Posted
by Lo'oris
on Stack Overflow
See other posts from Stack Overflow
or by Lo'oris
Published on 2010-04-19T21:30:51Z
Indexed on
2010/04/20
13:03 UTC
Read the original article
Hit count: 280
On the emulator, I can unmount the SD card from the Settings.
On OSX, I can then mount it using hdiutil
, then unmount it normally.
I haven't been able to figure out how to re-mount it then on the emulator (without rebooting it).
hints:
- the
adb
commandremount
is unrelated: it's about/system
- the
emulator
command is unrelated: it's only about starting the emulator - mounting the SD card on OSX without unmounting it from the emulator causes horrible pain to the emulator
© Stack Overflow or respective owner