The goal is to add a new feature in Android subsection with an option to view emulator on disk (open in finder).
All the AVD images are placed under: ~/.android/avd. Each one has its own .ini file with the path key that will allow opening it using finder.
When developing this, pay close attention to a case when the user renames the emulator in Android Studio.
The goal is to add a new feature in Android subsection with an option to view emulator on disk (open in finder).
All the AVD images are placed under:
~/.android/avd. Each one has its own.inifile with thepathkey that will allow opening it using finder.When developing this, pay close attention to a case when the user renames the emulator in Android Studio.