newly created Chromebook OS emulator crashes on start up

前端 未结 1 553
猫巷女王i
猫巷女王i 2021-02-13 12:04

I recently created a Chromebook OS emulator on Android Studio with the help of https://developer.android.com/topic/arc/emulator , however, it crashes on launch and getting follo

1条回答
  •  梦如初夏
    2021-02-13 12:34

    Appears to be a bug with the emulator binary.

    Per the tracker, download the older version of the emulator and replace it within your Android SDK folder. I was able to verify this working on MacOS.

    • Windows https://dl.google.com/android/repository/emulator-windows-6031357.zip
    • Linux https://dl.google.com/android/repository/emulator-linux-6031357.zip
    • MacOS https://dl.google.com/android/repository/emulator-darwin-6031357.zip

    Edit: I should mention it's only working via CLI for me, not through Android Studio emulator -avd Pixelbook_beta_API_25

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