How can change the Android virtual device locate using Eclipse?
when i create a new AVD that file store in default location(C:\Users\YOUR_USERNAME.android\avd ) so now i want to change other place.
How can change the Android virtual device locate using Eclipse ? when i create
Share
The AVD manager doesn’t provide an option for changing your AVD’s location. I’m not sure if there’s a way for changing the default path. However you can manually change your AVD’s location via command line.
On the cmd line, navigate to your sdk directory’s tools folder and then fire up the android tool.
Should look something like..
Moving AVDs via cmdline
And don’t forget that you’re new path should not contain spaces.