相关疑难解决方法(0)

无法在Android Studio中运行模拟器

我刚刚完成安装Android工作室并尝试将其用于测试运行.当我尝试运行我的应用程序时,我收到以下错误消息

emulator: ERROR: This AVD's configuration is missing a kernel file!!
emulator: ERROR: ANDROID_SDK_ROOT is undefined
Run Code Online (Sandbox Code Playgroud)

有谁知道如何解决这个问题????

android android-emulator android-studio

87
推荐指数
6
解决办法
10万
查看次数

Android模拟器错误:缺少内核文件

emulator: ERROR: This AVD's configuration is missing a kernel file!!
Run Code Online (Sandbox Code Playgroud)
  • 我已经更新了sdk和adt的版本.
  • 我还安装了" ARM EABI v7a系统映像 ".
  • 我只是构建Android ActionBarSherlock和SlidingMenu库.
  • 我也更新了我的日食.

知道问题出在哪里?

android android-emulator

12
推荐指数
1
解决办法
3万
查看次数

Mac和"PANIC:'arm'CPU缺少模拟器引擎程序."

我正在尝试运行我在Galaxy Nexus上为API 16创建的AVD:

emulator @Galaxy_Nexus_Jelly_Bean_API_16
Run Code Online (Sandbox Code Playgroud)

这给出了错误

PANIC:缺少'arm'CPU的仿真器引擎程序.

尝试通过按下Android Studio内部AVD Manager的播放按钮启动它会在工具库中暂时弹出一些内容,但它会很快消失,没有任何显示,也没有明显的错误消息.

我查看了其他类似问题的帖子.大多数人都认为Windows上的Avast导致了这个问题.我在Mac上运行.我没有安装Avast.

AVD具有以下配置:

Name: Galaxy_Nexus_Jelly_Bean_API_16
CPU/ABI: Google APIs ARM (armeabi-v7a)
Path: /Users/prisoner/.android/avd/Galaxy_Nexus_API_16.avd
Target: google_apis [Google APIs] (API level 16)
Skin: galaxy_nexus
SD Card: 100 MB
hw.dPad: no
hw.lcd.height: 1280
runtime.network.speed: full
hw.accelerometer: yes
hw.device.name: Galaxy Nexus
vm.heapSize: 80
skin.dynamic: yes
hw.device.manufacturer: Google
hw.lcd.width: 720
hw.gps: yes
hw.initialOrientation: Portrait
image.androidVersion.api: 16
hw.audioInput: yes
image.sysdir.1: add-ons/addon-google_apis-google-16/images/armeabi-v7a/
hw.cpu.model: cortex-a8
tag.id: google_apis
showDeviceFrame: yes
hw.camera.back: virtualscene
hw.mainKeys: no
AvdId: Galaxy_Nexus_Jelly_Bean_API_16
hw.camera.front: emulated
hw.lcd.density: 320
avd.ini.displayname: …
Run Code Online (Sandbox Code Playgroud)

android-virtual-device android-emulator

8
推荐指数
1
解决办法
4868
查看次数

缺少“内核-qemu”。- AVD 经理

我正在尝试使用 AVD 管理器启动虚拟设备,我注意到问题发生在 Android 操作系统早于 Android 6.0 (API 23) 的设备上。

我正在使用 Xamarin.Android C#(Visual Studio),我需要启动的设备是 Android 8.1(API 27 Intel Atom x86),但是当我尝试启动它时出现错误消息:“ kernel-qemu ” .

错误:

Starting emulator for AVD 'Ocho'
    emulator: ERROR: This AVD's configuration is missing to kernel file! Please ensure the file "kernel-qemu" is in the same location as your system image.
    emulator: ERROR: ANDROID_SDK_ROOT is defined (C: \ Program Files (x86) \ Android \ android-sdk \) but can not find kernel file in C: \ Program Files (x86) …
Run Code Online (Sandbox Code Playgroud)

virtualization android android-virtual-device android-emulator xamarin.android

6
推荐指数
2
解决办法
4804
查看次数

Scala + Android新手

我正在尝试使用scala-andriod插件,我遇到运行和配置AVD的问题.我从sbt得到以下错误

android:emulator-start NexusOne [成功]总时间:0秒,2011年11月18日完成7:07:53 PM模拟器:错误:这个AVD的配置缺少一个内核文件!!

我已经按照创建avd的方向,但出于某种原因,当我从sbt和android SDK管理器运行avd时,我得到了这个错误.

背景:我使用自制软件来安装sdk包含AVD的.android文件夹位于默认位置mac主目录

android scala sbt

3
推荐指数
1
解决办法
1万
查看次数