有时候我们重新下载了一份Android SDK,或者把SDK路径修改了,运行eclipse会遇到无法启动AVD的问题。诸如:emulator:ERROR:no search paths found in this AVD's configuration. Weird, the AVD's config.ini file is malformated……
这时候到preferences里设置路径也无济于事,原因是keystore路径冲突。解决方法:
添加一个ANDROID_SDK_HOME的环境变量, 值为D:\android_sdk(你的SDK路径)。
或者设置下面的custom debug keystore手动设置keystore位置。
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。