Can I simulate an sdcard presence in the android emulator?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is covered in the Emulator Documentation.
The emulated SD Card image is single file which the Emulator reads to and writes from.
You can specify to create an SD Card when you create the Android Virtual Device (AVD) using the
button):
androidGUI (for example from within Eclipse by clicking theOr you can create an SD Card using the
mksdcardcommand.To use an SD Card image when you start your emulator pass the
-sdcardoption to theemulatorcommand:If you’re using the
androidGUI to start your Emulators you need to have specified the SD Card when you created your AVD.