views:

26

answers:

1

Hi guys,

I am wondering where android emulator keeps all its data and itself? inside the SDK folder or somewhere else ?

cheers, /Marcin

+1  A: 

I assume you are talking about the AVD that you are creating for your stimulator. 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/guide/developing/tools/avd.html#location

Rahul
thanks Rahul...
Marcin