Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator Mac OSX location

Where does Android emulator keep all its data and itself?

Inside the SDK folder or somewhere else?

like image 349
Marcin Avatar asked Oct 15 '10 11:10

Marcin


People also ask

Where are Android Emulator files stored?

All applications and files that you have deployed to the Android emulator are stored in a file named userdata-qemu. img located in the C:\Users\<username>\. android\avd\<avd_name>. avd folder.

Does Android Emulator have MAC address?

You can find the MAC address on the bottom of this screen. Keep a note of it. In order to get the interface name, you will have to install Terminal Emulator for Android. Go to Google Play Store and download it or click the link to get it.

Where are Android virtual devices stored?

The default value is %USERPROFILE%\. android\avd on Windows (or ~/. android/avd on Linux).


2 Answers

I assume you are talking about the AVD that you are creating for your simulator. By default, the AVD Manager creates the AVD directory inside ~/.android/avd/

You can check this link to get more info

http://developer.android.com/tools/devices/managing-avds-cmdline.html#DefaultLocation

like image 145
DeRagan Avatar answered Nov 15 '22 20:11

DeRagan


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>

like image 36
Nicu Surdu Avatar answered Nov 15 '22 22:11

Nicu Surdu