我正在尝试使用AVD Manager运行Android模拟器.这是我的avd:http://image-upload.de/image/fnx79V/52b0d050ee.png
这就是开始时发生的事情:
http://image-upload.de/image/vGpQfa/e912d83939.png
我有一个Macbook Pro Retina.直接从intel页面安装Haxm驱动程序.
没有模拟器正在工作.所有人都得到相同的"错误"消息.
运行命令(这个错误是当我使用Homebrew安装Android-sdk和Android平台工具时|任何遇到同样问题的人应该删除它或查看冲突的位置)
export ANDROID_EMULATOR_DEBUG=1 test20
emulator:Found AVD name 'test20'
emulator:Found AVD target architecture: x86
emulator:Looking for emulator-x86 to emulate 'x86' CPU
emulator:Probing program: ./emulator-x86
emulator:Probing path for: emulator-x86
emulator:Found target-specific emulator binary: /usr/local/bin/emulator-x86
emulator:Probing for: /usr/local/bin/libOpenglRender.dylib
emulator:Probing for: /usr/local/bin/lib/libOpenglRender.dylib
emulator:Probing for: /usr/local/lib/libOpenglRender.dylib
emulator:Probing for: /usr/local/bin/lib64OpenglRender.dylib
emulator:Probing for: /usr/local/bin/lib/lib64OpenglRender.dylib
emulator:Probing for: /usr/local/lib/lib64OpenglRender.dylib
emulator:Could not find OpenGLES emulation host libraries!
emulator: ERROR: This AVD's configuration is missing a kernel file!!
emulator -avd test21 …Run Code Online (Sandbox Code Playgroud) 当我尝试在Eclipse中运行Android模拟器时,发现了这个问题.无法弄清楚发生了什么.我在网上搜索了解决方案,但它看起来很模糊,我不明白.我按照网站安装AVD的步骤,我无法弄清楚我错过了什么.请按照以下步骤向我解释.
我正在尝试emulator.exe用作Charles Proxy的android模拟器。但是我启动时遇到问题
emulator @5.1_WVGA_API_28
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
PANIC:缺少“ x86” CPU的仿真器引擎程序。
但是我可以从android studio运行模拟器,并且运行正常!我有一个英特尔处理器。
我得到了与下面链接中提到的相同的问题.但是这个问题已被搁置,我仍在寻求解决方案. /sf/ask/1900255801/
所以我想在这里提出问题并提出问题.直到昨天,模拟器工作正常.但是从今天起,我在尝试打开模拟器时收到以下错误
PANIC: Missing emulator engine program for 'arm' CPUS
Run Code Online (Sandbox Code Playgroud)
我的AVD:

这是我收到的错误:

我已经通过SDK Manager更新并安装了组件,我甚至尝试重启eclipse和我的电脑.我尝试创建新的AVD但这里没有任何作用.
先感谢您.
我有这个cordova应用,并尝试运行
cordova platform add android
cordova emualate android
Run Code Online (Sandbox Code Playgroud)
但是它从控制台给了我下面的错误
当我从android studio检查时,似乎一切都已安装
以下是我的Android Studio信息
我的环境变量
我可以从文件夹位置确认我放置的路径是否存在,有什么帮助,想法吗?
android android-emulator android-sdk-tools cordova android-studio
我正在运行最新版本的 Mac OS,我想通过命令行工具运行 android 模拟器。我在 Mac 终端上运行了以下命令并收到以下错误。
$ emulator -list-avds
Pixel_XL_API_28
$ emulator -avd Pixel_XL_API_28
PANIC: Missing emulator engine program for 'x86' CPU.
Run Code Online (Sandbox Code Playgroud)
我还使用以下可用选项运行命令,该命令也可在官方文档 developer.android.com 上找到
$ /Users/janedoe/Library/Android/sdk/emulator/emulator -avd Pixel_XL_API_28 -netdelay none -netspeed full
Run Code Online (Sandbox Code Playgroud)
我需要做什么,这样我就不需要每次只打开模拟器就打开android studios。
macos terminal android command-line-interface android-emulator