LeviBuilder Pro is a Termux CLI for importing, building, cleaning, and rebuilding supported native mod projects.
This tool is for any supported native mod project, not just one project name.
pkg update && pkg upgrade -y
termux-setup-storage
pkg install git
git clone https://github.com/BrineFlashYT/LeviBuilder.git
cd LeviBuilder
chmod +x install.sh
./install.shlevi --verify
levi import /storage/emulated/0/Download/YourMod.zip
levi build
levi clean
levi rebuild
levi list- Projects:
~/Projects - Preloader:
~/Projects/preloader-android - Output:
/storage/emulated/0/LeviMC-Mod-Compiler/Mods/
install.shautomatically clonespreloader-androidwhen it is missing.- The project must contain
CMakeLists.txt. levi importsupports ZIP files and folders.levi buildbuilds the current folder by default.libpreloader.sois ignored automatically; only the mod library is copied.