首页 > 解决方案 > Canary build of the android emulator for AMD processor showing error

问题描述

I am trying to run my app on canary build of the android emulator from android studio on AMD processor but I am getting the following error

1:47 PM Emulator: [2440]:INFO:android/android-emu/android/verified- 
boot/load_config.cpp:236:Verified boot params were not found.

1:47 PM Emulator: **

1:47 PM Emulator: ERROR:/usr/local/google/buildbot/src/android/emu-master- 
dev/external/qemu/fpu/softfloat.c:486:round_canonical: code should not be 
reached

1:47 PM Emulator: Process finished with exit code 3

I got to know about the canary build of the android emulator for AMD processor from here. My virtual device' CPU/ABI is armeabi-v7a. I searched for what the 'exit code 3' for the emulator mean but I didn't get any solution. Can someone help me please!

标签: android-studioandroid-emulatoramd-processor

解决方案


我今天让android模拟器工作。我从一开始就完成了 android studio 的金丝雀版本的安装过程:

1.在Windows的“打开或关闭Windows功能”设置中启用“Hyper-V”和“Windows Hypervisor平台”。这已在此处进行了解释。

2. 从这里下载最新的 Canary 版本的 Android 工作室。

3. 下载 zip 文件后,我按照此处“与您的稳定版本一起安装”标题下的指南进行操作。指导方针是:

一个。解压缩 ZIP 文件。

湾。将生成的文件夹重命名为独特的名称,例如“Android Studio Preview”。

C。将其移动到永久位置,例如在 C:\Program Files\Android 中现有的 Android Studio 安装旁边。

d。在 C:\Program Files\Android\Android Studio Preview\bin\ 中,启动 studio64.exe(或者如果您使用的是 32 位计算机,则启动 studio.exe)。

4. 启动 studio64.exe 后,我收到一条更新 Android 模拟器的弹出消息。更新后,我使用 android 9.0 创建了一个带有 x86 映像的新虚拟设备。我启动了 android 模拟器来测试我的应用程序。虽然我得到了

Verified boot params were not found 

最初弹出错误消息,模拟器开始运行良好。


推荐阅读