【发布时间】:2016-03-10 20:04:29
【问题描述】:
我使用 ionic 创建了一个应用程序,在 android 中构建,然后当我运行“ionic emulate android”时收到以下错误:
"emulator: ERROR: This AVD's configuration is missing an kernel file!! emulator: ERROR: ANDROID_SDK_ROOT is undefined"
我在互联网上阅读,其中大多数人说我需要安装 ARM EABI v7a 系统映像。我有 android studio,我打开了 sdk 并为所有版本的 android(4.2.1、4.2.2 等)安装了所有包(包括 ARM EABI v7a 系统映像)。
首先,如何查看我在 ionic 中使用的 android 版本?
其次,我该如何解决这个错误?
【问题讨论】:
标签: android sdk android-emulator ionic-framework ionic