Skip to content

The application failed to uninstall zh CN

Hu Shenghao edited this page Sep 10, 2023 · 1 revision

卸载 Easter Eggs (已过时)

在 v1.9.6 之前,Easter Eggs 在清单文件中配置了 android:hasFragileUserData="true"

android:hasFragileUserData

是否在用户卸载应用时提示用户保留应用的数据。

img_to_uninstall

但是它可能导致一些设备上软件包安装器崩溃,在卸载 Easter Eggs 时。

img_uninstall_failed

怎样卸载 (推荐)

这个方法可能对通过 GooglePlay 安装用户的无效, 因为它们使用的是不同的签名。

  1. 下载 Easter Eggs 最新版本
  2. 安装 Apk,配置项 android:hasFragileUserData="true" 已经从最新版本中删除;
  3. 卸载 Easter Eggs

使用 adb 卸载

如果你不知道什么是 adb ,不推荐使用这个方法,因为它可能会出现误操作。

adb uninstall com.dede.android_eggs