Bus error when running Android Emulator

陌路散爱 提交于 2019-12-21 13:44:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!