Debloat | Memu
If you accidentally remove something critical, you have three options:
MEmu stores data in C:\Program Files\Microvirt\MEmu (or D:\MEmu if you changed it). To clean:
This is the "surgical" approach. We will use Android Debug Bridge (ADB) to uninstall packages permanently. Do not worry; Memu has ADB built-in. debloat memu
For each package you want to remove, use the uninstall command. Note you are uninstalling for the current user (which is effectively permanent for this instance).
Example: Remove Memu Lounge:
adb shell pm uninstall --user 0 com.microvirt.lounge
Example: Remove the stock browser:
adb shell pm uninstall --user 0 com.android.browser
⚠️ DO NOT REMOVE THESE:
Repeat for every bloat app you identified. When you finish, restart the emulator. You will immediately see a cleaner app drawer and lower RAM usage.
In Developer Options (tap "Build Number" in Settings > About 7 times): If you accidentally remove something critical, you have
Debloating is safe, but mistakes happen. Do not proceed until you have completed these three preparatory steps.