Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to config android studio avd path?

Today I use google android studio ide to make some test, when I create a new avd, I find the avd is generated at the path C:\Users\username\\.android\avd. I don't want that.

Anyone tell me how to config avd to another path?

like image 354
user2411639 Avatar asked Nov 03 '22 21:11

user2411639


1 Answers

You can read the topic http://wloescher.blogspot.com/2011/01/android-hello-world-tale-of-woe.html

  1. custom ANDROID_SDK_HOME
  2. use -p paramter
like image 162
Crossle Song Avatar answered Nov 09 '22 08:11

Crossle Song