Android开发在win7下面一个小问题

有个很完整的安装指南在这里:

http://zh200581134.blog.163.com/blog/static/9601020201102344022697/

我是碰到了这个问题,在Eclipse里面,Start AVD的时候,报错:

emulator: ERROR: no search paths found in this AVD's configuration.
Weird, the AVD's config.ini file is malformed. Try re-creating it.

我估计的原因应该是我Eclipse+ADT设置了C:/user/中文/.android/avd这样的路径,因为我的win7是中文登录用户。

然后设置了下面这样的一个环境变量,解决了问题:

ANDROID_SDK_HOME=D:/Android/avd

这时候使用Eclipse里面的图形工具创建AVD的时候,默认的路径就改变了。

挺好,比丢在C盘舒服一点。

你可能感兴趣的:(Android开发)