Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pixel launcher keeps stopping, after updating SDK

After updating the SDK, I'm having this problem when I run the emulator:
Pixel launcher keeps stopping,

Emulator screenshot


Please help me and thank you very much
Note: I use android studio 2.3.3

like image 565
anas darai Avatar asked Jul 17 '17 17:07

anas darai


People also ask

How do I fix Pixel Launcher has stopped working?

Please go to settings > apps & notifications >see all apps/ apps info. Then tap on storage and cache > clear cache and storage. Tap on force stop. Restart the phone.

How do I uninstall Pixel Launcher update?

Member. Go into your apps and select Pixel Launcher. Tap the 3 vertical dots in the upper left, and you should see uninstall updates. That should revert you back.

Can you change launcher on Google pixel?

With some Android phones you head to Settings > Home, and then you choose the launcher you want. With others you head to Settings > Apps and then hit the settings cog icon in the top corner where you'll then options to change default apps.

What is the purpose of Pixel Launcher?

Pixel Launcher preps search shortcuts for Maps, Play Store, and YouTube. With Android 12, the Pixel Launcher introduced a new on-device search experience at the top of the app launcher. While it's temporarily gone from Android 13 Beta 1, the Pixel Launcher is working on search shortcuts beyond the Google app.


1 Answers

Actually, anas darai's comment is the answer, but I'll expand it a bit. The general workaround is the following:

  1. Delete the AVD and the system image;
  2. Download the system image;
  3. Create a new AVD;
  4. Start the Android Emulator;

    4.a. Click on the More button (those 3 horizontal dots) in the Nav Controls (the bar next to the emulator);

    Click on the More button (those 3 horizontal dots) in the Nav Controls (the bar next to the emulator)

    4.b. Click on Settings;

    Click on Settings

    4.c. Select from the OpenGL ES renderer dropdown the option ANGLE(D3D11);

    Select from the OpenGL ES renderer dropdown the option: ANGLE(D3D11)

    4.d. Restart the Android Emulator.

Steps 1 to 3 are optional in most of the cases.

If it still isn't working, you should check the following:

  • does your CPU meet the requirements? solution: check out the Hardware requirements from Installation Instructions for HAXM;
  • does HAXM have enough RAM and heap space so it can run the AVD? solution: reinstall HAXM and use at least the recommended settings;
  • for slightly different solutions, check out Pixel launcher keeps stopping.
like image 168
thvs86 Avatar answered Sep 25 '22 02:09

thvs86