I dont have Space in my C Drive, Hence I want to Create AVD in Android Studio in Another Drive. How can I Change setting of AVD Manager, So All my New AVDs are created at New Path-Directory
Asked
Active
Viewed 1,183 times
1
-
2Possible duplicate of [Possible to change where Android Virtual Devices are saved?](http://stackoverflow.com/questions/2841766/possible-to-change-where-android-virtual-devices-are-saved) – TylerH Jan 22 '16 at 00:59
1 Answers
3
This has been answered before, according to @wloescher:
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.
If you are on a Linux system: How to set up environment variables on Linux.
If you are on a Mac: How to set up environment variables on Mac.