Reputation: 709
Emulators were working very well on my computer. I deleted the Android Studio and re-install it again in my D partition. Because my storage capacity is limited.
But now when I try to create a virtual device, it's not working. It says :
The emulator process for AVD Pixel_2_API_30 has terminated.
Upvotes: 2
Views: 4781
Reputation: 196
On Ubuntu 18.04 Solution
Also Note:
a). Make sure you installed emulator using image that is recommended by google, avoid x86 and or other images.
b). From Android studio menu, go to: Tools-> SDK Manager->SDK Tools-> (Update Android Emulator, Android Sdk Tools, Android Sdk platform Tools and Android Sdk build tool)
That is what worked for me. Hope it does the magic.
Upvotes: 1