Skip to content Skip to sidebar Skip to footer

Where Does The Android Emulator Store The Sd-card Files?

I want to make two emulators use the same SD-Card image. I automatically created a SD-Card in the first emulator and downloaded all the data to this SD-Card. How can I load this SD

Solution 1:

Got it.

The android tools create an .android folder in your users home folder. This folder contains an avd folder in which a separate folder for each virtual device exists. In each of this folders a file called sdcard.img should be present. This file contains the automatically created sd card image for this AVD.

Solution 2:

Post a Comment for "Where Does The Android Emulator Store The Sd-card Files?"