我已经在运行Windows XP的机器上设置了Android SDK和Eclipse, avd (Android虚拟设备)保存到“文档和设置\user\。默认为Android。有没有办法改变这种行为?我把所有其他组件都保存在一个单独的分区上的目录中,并希望所有内容都得到整合。显然不是什么大问题,但有人知道解决办法吗?


当前回答

ANDROID_SDK_HOME在Windows 8 x64上也适用 也找到所有的位置(在我的情况下,它是d:\.android)并删除它。你不再需要它了。

其他回答

In Windows 10 I had that problem because My C Drive was getting full and I had needed free Space, AVD folder had 14 gig space so I needed to move that folder to another driver, first answer not work for Me so I tested another way to fix it this problem, I make a picture for you if you have the same problem, you don't need to move all of the files in .android folder to another drive (this way not work) just move avd folders in ....android\avd to another drive and open .ini files and change avd folder path from that file to the new path. Like this image:

我希望这对你有用。

注意:小心在ini文件的路径之前和之后有一个你看不到的单独的字符,如果你删除了那个字符,它就不起作用了

用于Windows 10上的Visual Studio 2017

复制C:\Users\ YOURUSERNAME \。android文件夹到(例如)E:\avd

打开环境变量窗口:

进入设置,点击系统。 2 .在界面左侧单击“关于”,在界面右侧选择“系统信息” 底部。 在新窗口中,单击“Advanced system” 左边的设置。 点击环境变量 结果窗口的底部。

添加一个新变量:

变量名:ANDROID_SDK_HOME 变量值:一个目录的路径(例如E:\avd)

不要在变量值中包含.android。

重新启动Visual Studio。

更改SDK和NDK位置到:

工具->选项-> Xamarin -> Android设置

变量名:ANDROID_SDK_HOME 变量值:C:\Users>用户名

为我工作。

看看这个。 使用android命令创建avd,您可以指定文件放置的位置。

-p --path     Location path of the directory where the new AVD will be created

1 -移动AVD到新文件夹

2 - start菜单>控制面板>系统>高级系统设置(左侧)>环境变量 添加一个新的用户变量: 变量名:ANDROID_AVD_HOME 变量值:您选择的目录的路径

3 -更改文件。ini设置新文件夹。

4 -打开Android Studio

WORKS - Windows 2010

更多说明:https://developer.android.com/studio/command-line/variables