Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator AVD with white screen only after 27.0.2

Yesterday i have update the Emulator to 27.0.2 and today to 27.0.3

https://developer.android.com/studio/releases/emulator.html

But after 27.0.2 all Emulator with any version of Android and Device show always a white screen.

I'm really desperate I do not know how to do it.

white screen avd

white screen avd

update of today

update of today

like image 994
Marcus J.Kennedy Avatar asked Jan 04 '18 12:01

Marcus J.Kennedy


People also ask

Why is my emulator showing a white screen?

If it's a white screen, it means it is loading. Before it happened to me, and I clicked on the white screen for some times, then it successfully loaded my project. It may be that your Project includes something that the Emulator is incompatible with (an extension for example).

How do I fix a white screen when an app starts?

Clear Cache and Data on the Faulty App. How do I fix the white screen of death on my Android? If you are aware of the app that is causing the issue, and you can somehow access your phone and get into the settings, you can remove the problematic app's data and this might fix the issue for you.

Why is my AVD not working?

Android Virtual Devices fail to launch on ChromeOS On ChromeOS, Android Virtual Devices (AVDs) might fail to launch because the libnss3 dependency is missing. To launch the AVDs successfully, run sudo apt install libnss3 to manually install the libnss3 library.

Why AVD Manager is not working?

SDK Build Tools are not installed If it fails then you may have to install it again. You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager.


1 Answers

Try changing your Emulated performance to automatic

enter image description here Or

Try uninstall and install Intel HAXM agin:

  1. Go to the Tools -> Android -> SDK Manager
  2. Tap on SDK Tools and uncheck "Intel x86 Emulator Accelerator (HAXM installer)"
  3. After uninstall HAXM, install it again
  4. Restart Android Studio
like image 170
Rissmon Suresh Avatar answered Oct 05 '22 21:10

Rissmon Suresh