Thursday, February 13, 2014

AVD CRASHES ON LAUNCH (EMULATOR64-ARM QUIT UNEXPECTEDLY)

IF you are doing Android development on a Mac using a second monitor connected, then you properly will get a error and the emulator is not started.  The error message “emulator64-arm quit unexpectedly”, this is a bug from Android dev tools and has beed filed https://code.google.com/p/android/issues/detail?id=38371.

The solution is:

cd ~/.android/avd/name_of_the_emulator.avd
vim emulator-user.ini

now change window.x = 0


DONE.

No comments:

Post a Comment