Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bus error when running Android Emulator

I am running emulator for Android 4.4. On running command emulator -avd myAVD it gives Bus error on console. How to fix it?

like image 816
Volatil3 Avatar asked Oct 20 '22 11:10

Volatil3


1 Answers

You want to be using emulator64-arm, it should be located in the tools folder, at the same place as the other emulator.

like image 88
Louis Boux Avatar answered Oct 23 '22 02:10

Louis Boux