之前使用Eclipse 开发Android,后来配了一个Android Studio,共用了一个SDK,运行都还好。但是AVD不行,显示
Note: The environment variable $ANDROID_SDK_HOME is set, and the emulator uses that variable to locate AVDs.
This may result in the emulator failing to start if it cannot find the AVDs in the folder pointed to by the
given environment variable.
ANDROID_SDK_HOME=D:\Users\baobao
怎么办?
通常情况下,android avd是创建在C:/Users/<username>/.android目录下,如果“我的文档”被移到其它盘下,avd在创建时就会报错。解决办法为:
打开系统属性-->环境变量—>在“系统变量”那一个......
答案就在这里:android avd配置问题
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。