Reputation: 31
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
Upvotes: 1
Views: 1889
Reputation: 2571
This has been answered before, according to @wloescher:
Add a new user environment variable (Windows 7):
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.
Upvotes: 3