22
Android Emulator错误消息:“ PANIC:'x86'CPUS缺少仿真器引擎程序。”
我正在尝试使用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-platform-tools时遇到的问题|遇到相同问题的任何人都应删除此错误或查看冲突在哪里) 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 …