Search notes:

Android: AVD data directory

Files that are found in the AVD data directory include
AVD.conf
cache.img The cache partition image: it appears as cache/ in the emulated system.
cache.img.qcow2
config.ini
emu-launch-params.txt
emulator-user.ini
encryptionkey.img
encryptionkey.img.qcow2
hardware-qemu.ini
multiinstance.lock
quickbootChoice.ini
read-snapshot.txt
sdcard.img An optional SD card partition that simulates an SD card on a virtual device.
sdcard.img.qcow2
userdata-qemu.img The content of the data partition, which appears as data/ in the emulated system. See also the userdata.img file in the AVD System directory
userdata-qemu.img.qcow2
userdata.img
version_num.cache

See also

On Windows, the default location for the AVD data directory is C:\Users\username\.android\avd\AVD-NAME.avd.

Index