Source note: LemonLoader is independent. Project-specific facts below are limited to information published by the LemonLoader repository, releases, or wiki; general troubleshooting advice is identified by context.
Documented local-file flow
- Open the installer.
- On Android, grant required permissions.
- Open the Apps tab and use the SD Card icon.
- Select an APK using the file picker.
- Run the patch flow normally.
Where output goes
On Windows, the wiki says the patched APK is placed next to the input with a _patched suffix. On Android, it documents an output path under the installer’s Android data directory ending in patch_temp/LocalFile/output/base.apk.
Why the Android path is awkward
The wiki notes that Android’s file picker makes it difficult for the installer to move the patched file back to the original path automatically.
Use only APKs you are allowed to modify
Patching software can raise terms, licensing, and account-policy issues. Use the tool only with apps and content you are authorized to modify.
Installation checkpoints
Think of patching as a sequence of checkpoints rather than one button press. Before patching, verify source and backup. During patching, keep the device connected/powered and avoid interrupting the installer. After patching, confirm the installer reports success before introducing mods or changing preferences.
If the app fails after patching, preserve the simplest possible test state. A clean patched app with no optional mods provides much better diagnostic evidence than an installation where the loader, target app, several mods, and configuration files were all changed together.
What a successful patch does not prove
An installer reporting “patched” only tells you the patch operation completed. It does not establish that every game feature, network service, or third-party mod is compatible. First launch, runtime initialization, and mod loading are separate stages and should be tested separately.
Recommended next step
For a clean path through the project, use the verified download page, follow the installation guide, and keep the logging guide available for troubleshooting.