On the emulator, I downloaded an image from Google. I can find the image on the emulator, but I have no idea what the file location of the image is. To debug my app I need to know where that image is. How can I get the full path of the image?
From the AVD documentation:
By default, the android tool creates the AVD directory inside
~/.android/avd/
(on Linux/Mac),C:\Documents and Settings\<user>\.android\
on Windows XP, andC:\Users\<user>\.android\
on Windows 7 and Vista.
Update (2020-02-22): This wording isn’t on the current documentation page anymore, but the location appears to be the same (C:\Users\<user>\.android\
) on Windows 8 and 10.