Is it possible to make changes to the sdcard being used in an Android Emulator? For instance, I’d like to change the size of the SD card being used in the 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.
In the avd directory, which is in the following location:
There is a file called sdcard.img. you can replace that with the new image file.
you can create a new sdcard image file by using
mksdcardin the android-sdk/tools