Template for making AndroidModLoader mods on AIDE app
- AIDE(obviously)
- NDK installed
- basic knowledge on what you are doing
- a working brain with atleast 2 braincells
- Clone this repository by using an app that can clone this repository
- Copy this project's folder to /storage/emulated/0/AppProjects (aka the folder where AIDE stores projects)
- Open this project on AIDE
- Change
modtemplate
to whatever you want onjni/Android.mk
- Change the libname.so path on
src/MainActivity.java:55
to your .so file - Change the target mod folder at line 56 on the same java file
- Change the modded app's package name on line 100
- i think you're good to go, code some mods and compile the app
This app will automatically install your mod to the mods folder of your AML modded app
Tested with Xiaomi Redmi 5 Plus(android 8.1) and Oppo a17k(android 11)