Android emulator Mac OSX location

Viewed 27296

Where does Android emulator keep all its data and itself?

Inside the SDK folder or somewhere else?

3 Answers
  • Open the AVD manager
  • Right-click one of the devices
  • Select "Show on Disk"

If you want to see the files stored on the emulator, you can use the Device File Explorer that comes with the Android Studio.

Your app should be in /data/data/<you-app-id>

Related