Android emulator: ERROR: no search paths found in this AVD's configuration. Weird, the AVD's con...

原创
2009/10/22 17:05
阅读数 7.6K

在 Eclipse 中创建 Android 模拟器后,启动时出现如下错误:

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

原因:生成的 .android\avd\<avdname>.ini 文件中的 Path属性中有中文.

解决办法: Path属性,标记模拟器的位置,因此,把 avd 复制到一个路径中不含中文的目录下(如E:\),然后把 Path后面的路径做相应的修改即可。

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部