Make your own AndroidModLoader (AML) mods right on your phone. No PC needed.
AMLCompiler is an on-device C and C++ IDE that compiles the native .so libraries AML uses to run mods. It brings a real compiler and the standard Android NDK build system to your device, so you can write code, build it, and test it all in one place.
It is great for patching your favourite games, writing plugins, or just learning how native Android mods work.
What you get:
- Write and compile C/C++ into .so libraries on your device
- Real ndk-build with standard Android.mk and Application.mk files
- Pick the NDK version per project
- Ready-made templates, including an AML plugin SDK project
- Run your build in the app to test it
A comfortable editor:
- Syntax highlighting and autocomplete
- Adjustable font, indent guides, and find in project
- Handy symbol bar and a built-in hex viewer
Extras:
- Clone Git repositories, public or private, with tokens kept encrypted on device
- Keep each project in a folder you choose, synced in the background
- Simple, low permissions, with no all-files access
Good to know: AMLCompiler builds native .so mod libraries, not full APKs. The first build downloads a compiler toolchain, so please use Wi-Fi for a large one-time setup.
Built for the AML Modding community, and friendly for anyone starting out.
AndroidModLoader's Compiler - Make your own mods with ease!