【发布时间】:2018-09-19 09:52:34
【问题描述】:
我正在尝试在 AMD 处理器上的 android studio 的金丝雀版本的 android 模拟器上运行我的应用,但出现以下错误
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
我从here 了解了适用于 AMD 处理器的安卓模拟器的金丝雀版本。我的虚拟设备的 CPU/ABI 是 armeabi-v7a。我搜索了模拟器的“退出代码 3”的含义,但没有得到任何解决方案。 有人能帮助我吗!
【问题讨论】:
标签: android-studio android-emulator amd-processor