App to AntiSplit (merge) split APKs (APKS/XAPK/APKM) to regular
.APK file on Android
This project is a simple GUI implementation of Merge utilities from .
There are already some apps that can perform this task like Apktool M, AntiSplit G2, NP Manager, but they are all closed source.
In addition, Antisplit G2 (com.tilks.arscmerge), the fastest and lightest of the existing apps, has a large problem; it does not remove the information about splits in the APK from the AndroidManifest.xml. If a non-split APK contains this information it will cause an "App not installed" error on some devices. Fortunately the implementation by REAndroid contains a function to remove this automatically and it carries over to this app.
Usage Video
There are 3 ways to open the split APK to be merged:
Share the file and select AntiSplit M in the share menu
Press (open) the file and select AntiSplit M in available options
Open the app from launcher and press the button then select the split APK file.
The last option does not work on Android < 4.4, use one of the 2 other options or type the path to the APK (on your device storage) into the box in the app.
Note
If you are planning to make any further modifications to the APK, you only need to sign it after you modify it.
Some apps verify the signature of the APK or take other measures to check if the app was modified, which may cause it to crash on startup.
This project is a simple GUI implementation of Merge utilities from .
There are already some apps that can perform this task like Apktool M, AntiSplit G2, NP Manager, but they are all closed source.
In addition, Antisplit G2 (com.tilks.arscmerge), the fastest and lightest of the existing apps, has a large problem; it does not remove the information about splits in the APK from the AndroidManifest.xml. If a non-split APK contains this information it will cause an "App not installed" error on some devices. Fortunately the implementation by REAndroid contains a function to remove this automatically and it carries over to this app.
Usage Video
There are 3 ways to open the split APK to be merged:
Share the file and select AntiSplit M in the share menu
Press (open) the file and select AntiSplit M in available options
Open the app from launcher and press the button then select the split APK file.
The last option does not work on Android < 4.4, use one of the 2 other options or type the path to the APK (on your device storage) into the box in the app.
Note
If you are planning to make any further modifications to the APK, you only need to sign it after you modify it.
Some apps verify the signature of the APK or take other measures to check if the app was modified, which may cause it to crash on startup.
Show More >