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

前端 未结 4 1996
忘了有多久
忘了有多久 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:03

    I have the same issue. It's really weird but I solve partially that changing the Emulator.ini file adding/changing:

    hw.audioInput=no
    hw.audioOutput=no
    

提交回复
热议问题