android studio emulator crashing after 3.0 update

前端 未结 2 1840
故里飘歌
故里飘歌 2020-12-19 04:46

I have been messing around with android studio and I ended up installing cocos2dx and using an arm cpu emulator to work with cocos2dx. I have recently seen a message prompti

相关标签:
2条回答
  • 2020-12-19 05:25

    I've come across the same issue on Windows 10: the current version of Android Emulator (Nov 14, 2018: 28.0.16) crashes or freezes as soon as a virtual ARM device is started. When I start it from command line, it prints

    Emulator: ERROR:/buildbot/src/android/emu-3.0-release/external/qemu/fpu/softfloat.c:486:round_canonical: code should not be reached

    As a temporary solution, I downgraded the emulator to an older version and the problem disappeared.

    Here you can find Android Emulator 27.2.9:

    • Windows: https://dl.google.com/android/repository/emulator-windows-4773671.zip

    • Mac: https://dl.google.com/android/repository/emulator-darwin-4773671.zip

    • Linux: https://dl.google.com/android/repository/emulator-linux-4773671.zip

    Steps to downgrade the emulator:

    1. Stop all instances of the emulator and close Android Studio;

    2. Open Android SDK directory. Its location can be found in the settings: Android Studio->File->Settings->Appearance & Behavior->System Settings->Android SDK->Android SDK Location;

    3. Move existing 'emulator' directory somewhere outside of Android SDK (if you just rename and leave it there, AVD Manager will find it and start using again);

    4. Unpack one of emulator-*-4266726.zip into the SDK directory;

    5. Launch Android Studio and don't update Android Emulator until it's fixed.

    Related answer: How to downgrade Android Emulator

    0 讨论(0)
  • 2020-12-19 05:32

    I've come across the same issue on Windows 10,I upgrade Android Emulator 28.0.16 to 28.0.20 also solve the error.

    0 讨论(0)
提交回复
热议问题