Pixel启动程序在Android 7.1.1(API 25)模拟器中保持停止问题

时间:2022-07-09 15:29:07

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.

我使用Android 7.1.1(API 25)CPU X86创建了一个模拟器。当我启动模拟器时,它的显示像素启动器会一直停止发出问题。我已经检查过CPU x86_64但同样的问题。

Here is the screenshot:

这是截图:

Pixel启动程序在Android 7.1.1(API 25)模拟器中保持停止问题

Here is my details config:

这是我的详细配置:

Pixel启动程序在Android 7.1.1(API 25)模拟器中保持停止问题

7 个解决方案

#1


12  

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

选择模拟性能 - >图形:AVD设置中的软件-GLES 2.0选项。解决我的问题。

Pixel启动程序在Android 7.1.1(API 25)模拟器中保持停止问题

#2


9  

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.

似乎问题在Android Studio 2.2.3中得到了解决。如果由于某种原因你仍然看到这个问题,下面的解决方案工作。

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/

我现在找到了合理的解决方案。问题主要在于启动器,而不是模拟器本身。因此,安装不同的启动器可以解决问题。我从这里安装了GO启动器: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.

只需将apk拖放到模拟器上并安装它,然后告诉操作系统将其用作默认设置。

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

我不确定这个特定的apk是否是apk的合法副本,但无论如何它解决了我的问题,那里有很多发射器

good luck.

#3


7  

clearing launcher app data may help

清除启动器应用数据可能有所帮助

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

#4


3  

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:

我可以通过关闭Pixel Launcher设置中的“App建议”来解决这个问题。您可以使用以下命令打开设置面板:

adb shell am start com.google.android.apps.nexuslauncher/.SettingsActivity

#5


0  

Some good suggestions above but I found out that it was crashing for me because the HAXM RAM specified was more than the AVD RAM.

上面有一些很好的建议,但我发现它对我来说是崩溃的,因为指定的HAXM RAM不仅仅是AVD RAM。

I started getting the pixel launcher crash after I updated to the latest emulator version (26.1.2) and to the latest HAXM version (6.0.6). By default the HAXM RAM was set to 2GB and the RAM allocated to my virtual device was 1536MB. After I updated the HAXM RAM to 1GB I stopped getting the pixel launcher crashes.

在我更新到最新的仿真器版本(26.1.2)和最新的HAXM版本(6.0.6)之后,我开始让像素启动器崩溃。默认情况下,HAXM RAM设置为2GB,分配给我的虚拟设备的RAM为1536MB。在我将HAXM RAM更新为1GB后,我停止让像素启动器崩溃。

To update the HAXM RAM you will need to run the HAXM installer again. Refer to this link HAXM configuration in android studio

要更新HAXM RAM,您需要再次运行HAXM安装程序。请参阅android studio中的此链接HAXM配置

#6


0  

it worked for me to simply clean the project

它对我来说只是简单地清理项目

#7


0  

After one day of troubleshooting this issue, I just deleted the emulator and created another one with a different name. Now it working but still very slow. maybe I have to upgrade my laptop.

在对此问题进行一天的故障排除后,我刚刚删除了模拟器并创建了另一个具有不同名称的模拟器。现在它工作但仍然很慢。也许我必须升级我的笔记本电脑。

#1


12  

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

选择模拟性能 - >图形:AVD设置中的软件-GLES 2.0选项。解决我的问题。

Pixel启动程序在Android 7.1.1(API 25)模拟器中保持停止问题

#2


9  

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.

似乎问题在Android Studio 2.2.3中得到了解决。如果由于某种原因你仍然看到这个问题,下面的解决方案工作。

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/

我现在找到了合理的解决方案。问题主要在于启动器,而不是模拟器本身。因此,安装不同的启动器可以解决问题。我从这里安装了GO启动器: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.

只需将apk拖放到模拟器上并安装它,然后告诉操作系统将其用作默认设置。

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

我不确定这个特定的apk是否是apk的合法副本,但无论如何它解决了我的问题,那里有很多发射器

good luck.

#3


7  

clearing launcher app data may help

清除启动器应用数据可能有所帮助

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

#4


3  

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:

我可以通过关闭Pixel Launcher设置中的“App建议”来解决这个问题。您可以使用以下命令打开设置面板:

adb shell am start com.google.android.apps.nexuslauncher/.SettingsActivity

#5


0  

Some good suggestions above but I found out that it was crashing for me because the HAXM RAM specified was more than the AVD RAM.

上面有一些很好的建议,但我发现它对我来说是崩溃的,因为指定的HAXM RAM不仅仅是AVD RAM。

I started getting the pixel launcher crash after I updated to the latest emulator version (26.1.2) and to the latest HAXM version (6.0.6). By default the HAXM RAM was set to 2GB and the RAM allocated to my virtual device was 1536MB. After I updated the HAXM RAM to 1GB I stopped getting the pixel launcher crashes.

在我更新到最新的仿真器版本(26.1.2)和最新的HAXM版本(6.0.6)之后,我开始让像素启动器崩溃。默认情况下,HAXM RAM设置为2GB,分配给我的虚拟设备的RAM为1536MB。在我将HAXM RAM更新为1GB后,我停止让像素启动器崩溃。

To update the HAXM RAM you will need to run the HAXM installer again. Refer to this link HAXM configuration in android studio

要更新HAXM RAM,您需要再次运行HAXM安装程序。请参阅android studio中的此链接HAXM配置

#6


0  

it worked for me to simply clean the project

它对我来说只是简单地清理项目

#7


0  

After one day of troubleshooting this issue, I just deleted the emulator and created another one with a different name. Now it working but still very slow. maybe I have to upgrade my laptop.

在对此问题进行一天的故障排除后,我刚刚删除了模拟器并创建了另一个具有不同名称的模拟器。现在它工作但仍然很慢。也许我必须升级我的笔记本电脑。