Error: Emulator64-x86 quit unexpectedly

If your MAC is showing crash report with error "Emulator64-x86 quit unexpectedly" while launching the Android emulator, and you have tried other solutions but didn't help then you might want to repair the Disk Permissions for your MAC.

Go to Disk Utility and select disk where mac is running and hit "Repair Disk Permissions". 

The issue might be with the Virtual memory permissions and this could solve the issue.

No comments:

Post a Comment

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...