Merge split APK files (APKS, APKM, XAPK) into a single APK and sign it.
apkeditor– merges split APKsapksigner– signs the APKgum– adds a progress spinnerfiglet– displays a banner
From the TermuxVoid Repo repository:
apt update
apt install antisplit -yantisplit <file.apks|apkm|xapk>The signed APK will be saved in the same directory as the input file, with _signed.apk appended.
antisplit app.apksOutput: app_signed.apk