我不小心从 android sdk 目录中删除了一些文件(这是系统映像中的一些文件)。然后,当我使用 api <= 17 和 google api 运行 AVD 时,我开始遇到这些错误:
Cannot launch AVD in emulator.
Output:
emulator: ERROR: This AVD's configuration is missing a kernel file!!
emulator: ERROR: ANDROID_SDK_ROOT is undefined
现在我重新安装了android studio(2.1版)和android sdk。但它没有修复错误。
我尝试的是安装 arm eabi v7a 系统映像,但没有帮助。
我能做什么?