Android Emulator: qemu-system-i386.exe: goldfish_battery_read: Bad offset

前端 未结 4 1993
忘了有多久
忘了有多久 2021-01-31 01:09

So, whenever I try to launch my app on the android emulator the IDE gets bombarded with this error:

Emulator: qemu-system-i386.exe: goldfish_battery_read: Bad of         


        
4条回答
  •  迷失自我
    2021-01-31 02:09

    I had same issue for emulator running Oreo. Emulator won't boot up and throw message 'Emulator: qemu-system-i386.exe: goldfish_battery_read: Bad offset '.

    I solved it by following;

    1. Launch standalone sdk manager

    2. Download "Google Play Intel x86 atom Image" under API 26 (OREO)

    3. Launch avd manager from sdk manager > tools > manager avds.. (not from android studio).
    4. Create or edit AVD.
    5. Under CPU/ABI choose image "Google Play Intel x86 atom Image" (instead of "Google API Intel x86 atom Image")
    6. Start AVD. It should work.

提交回复
热议问题