问题
I am running emulator for Android 4.4. On running command emulator -avd myAVD
it gives Bus error
on console. How to fix it?
回答1:
You want to be using emulator64-arm
, it should be located in the tools folder, at the same place as the other emulator.
回答2:
Turned out that I had to use emulator64-x86
rather 32 bit default emulator
file. I simply removed emulator
file and renamed emulator64-X86
as emulator
. It worked then
来源:https://stackoverflow.com/questions/22709471/bus-error-when-running-android-emulator