Possible to change where Android Virtual Devices are saved?
Possible to change where Android Virtual Devices are saved?
Possible to change where Android Virtual Devices are saved?
Re: Possible to change where Android Virtual Devices are saved?
Add a new user environment variable (Windows 7):
- Start Menu > Control Panel > System > Advanced System Settings (on the left) > Environment Variables
- Add a new user variable (at the top) that points your home user directory:
Variable name: **ANDROID_SDK_HOME**
Variable value:
a path to a directory of your choice
AVD Manager will use this directory to save its `.android` directory into it.
For those who may be interested, I blogged about my first foray into Android development...
[Android "Hello World": a Tale of Woe](http://wloescher.blogspot.com/2011/01/android-hello-world-tale-of-woe.html)
Alternatively, you can use the [Rapid Environment Editor](https://www.rapidee.com/en/download) to set the environment variables.
- Start Menu > Control Panel > System > Advanced System Settings (on the left) > Environment Variables
- Add a new user variable (at the top) that points your home user directory:
Variable name: **ANDROID_SDK_HOME**
Variable value:
a path to a directory of your choice
AVD Manager will use this directory to save its `.android` directory into it.
For those who may be interested, I blogged about my first foray into Android development...
[Android "Hello World": a Tale of Woe](http://wloescher.blogspot.com/2011/01/android-hello-world-tale-of-woe.html)
Alternatively, you can use the [Rapid Environment Editor](https://www.rapidee.com/en/download) to set the environment variables.