Alexei
Alexei

Reputation: 15716

Windows 10, Android Studio 2.3.3. Change location AVDs

Windows 10, Android Studio 2.3.3.

I create Emulator. As result it store on

"c:\Users\Alex\\.android\avd\"

But I want to store AVDs to the different location (e.g. d:\Programs\Android\AVDs)

How can I do this?

Upvotes: 0

Views: 355

Answers (1)

DaveNOTDavid
DaveNOTDavid

Reputation: 1803

Open up your Environment Variables settings (File Explorer -> Right-click This PC, and open up Properties -> Advanced system settings -> Environment Variables...), and then add a new User Variable of ANDROID_SDK_HOME with your directory path as the value which will then automatically add the .android directory from there.

Let me know if that works.

Upvotes: 1

Related Questions