Skip to content

The application failed to uninstall

Hu Shenghao edited this page May 30, 2025 · 4 revisions

Uninstall Easter Eggs (Deprecated)

Before v1.9.6, Easter Eggs is configured android:hasFragileUserData="true" on manifest.

android:hasFragileUserData

Whether to show the user a prompt to keep the app's data when the user uninstalls the app.

img_to_uninstall

But it may cause the Package installer process of some devices to crash when uninstalling Easter Eggs.

img_uninstall_failed

How to Uninstall (Recommended)

This method may not work for users who install through Google Play, as different apk signatures cannot override the installation.

  1. Download Easter Eggs latest version;
  2. Install the APK, the 'android:hasFragileUserData='true' configuration has been removed from the latest version;
  3. Uninstall Easter Eggs.

Use adb Uninstall

If you do not know what adb is, this method is not recommended because of the risk of misoperation.

adb uninstall com.dede.android_eggs
Clone this wiki locally