Pixel launcher keeps stopping issue in Android 7.1.1 (API 25) emulator

34,909

Solution 1

Selecting emulated performance --> graphics:Software-GLES 2.0 option in AVD setting.Solves my problem.

enter image description here

Solution 2

EDIT

It seems like the issue is solved in Android Studio 2.2.3. If for some reason you still see this problem, the solution below works.

Original answer

I found a reasonable solution for now. The problem is mainly in the launcher, not the emulator itself. So installing a different launcher can fix the issue. I installed the GO launcher from here: http://www.appsapk.com/go-launcher-ex/

Just drag and drop the apk on the emulator and install it, then tell the OS to use it as default.

I am not sure if this specific apk is a legal copy of the apk, but anyway it solves the issue for me and there are many launchers out there

good luck.

Solution 3

clearing launcher app data may help

adb shell pm clear com.google.android.apps.nexuslauncher

Solution 4

I was able to fix this by turning off "App suggestions" in the Pixel Launcher Settings. You can open the settings panel with this command:

adb shell am start com.google.android.apps.nexuslauncher/.SettingsActivity
Share:
34,909
0xAliHn
Author by

0xAliHn

Expertise on Android Smartphone & Wearable application architecture, design and development (Java, Kotlin, MVVM, Dagger2, RxJava2, Retrofit, Kotlin Coroutines, JUnit) with 10+ years experience architecting & developing highly complex, optimized, scalable and high-performance applications. Love to work on Java, Kotlin, Android SDK, Wearable SDK, Android app Architecture, Flutter, Data structures & Algorithm.

Updated on February 07, 2020

Comments

  • 0xAliHn
    0xAliHn over 4 years

    I have created an Emulator using android 7.1.1 (API 25) CPU X86. When I start the emulator its showing pixel launcher keeps stopping issue. I have checked with CPU x86_64 also but same issue.

    Here is the screenshot:

    enter image description here

    Here is my details config:

    enter image description here