Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator Showing Old Red Phone

enter image description here

When I select any emulator, I'm getting this weird old red phone. The screen is super small and I can't see anything. I've tried searching, but it looks like no one else has had this problem. Does anyone recognize it? My emulators did work fine, but I had to uninstall and reinstall Android Studio because it broke. After reinstalling, this is what's happening :/

like image 465
Nathan Avatar asked Jan 29 '16 12:01

Nathan


People also ask

Can you change the date on an emulator?

Change it like on any other android device. Open the normal settings (not the dev) and go to date & time. Uncheck "Automatic Date & time" and set the desired date below.

How do I fix my Android emulator?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

How do I fix the emulator process for AVD was killed?

Go to: Tools > Android > AVD Manager and Press the "edit" (pencil) icon next to your AVD , Change "Graphics" to "Software".


2 Answers

  • Open AVD Manager in Android studio
  • Select the target emulator and click edit
  • Click Show Advanced Setting
  • In the Boot Option section select Cold Boot
  • Click on Finish

This solved my problem

like image 138
Alex Jolig Avatar answered Sep 21 '22 21:09

Alex Jolig


Go to Tools>Android>AVD Manager and remove all device than add again. Hopefully this will fix your problem. I had exact issue when I moved my sdk folder.

like image 39
K. Turan Avatar answered Sep 24 '22 21:09

K. Turan