Skip to content

pumPCin/AntiSplit-M

 
 

Repository files navigation

AntiSplit M

Android app to merge/"AntiSplit" split APKs (APKS/XAPK/APKM) to a regular .APK file

This project is a simple GUI implementation of Merge utilities from REAndroid APKEditor.

Some other apps that can perform this task like Apktool M, AntiSplit G2, NP Manager are all closed source. In addition, some older apps have a large problem in not removing the information about splits in the APK from the AndroidManifest.xml. If a merged/non-split APK contains this information it will cause an "App not installed" error on some devices. Fortunately the implementation by REAndroid fixes this issue.

Version 2.x - Material You design, support Android 4.4+

Version 1.x - Support Android 1.6+

Usage

Video - https://youtu.be/Vk566iMG6Gs

There are 3 ways to open a 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 first button then select the split APK file.

There is also a menu in the app that allows selecting an app from those installed on the device as a split APK. Please try this method if you have problems with selecting a downloaded split APK.

Note: An APK must be signed in order to install it (unless you use tool like Core Patch). If you are planning to further modify the APK, you only need to sign it after the modifications (Apps like ReVanced Manager will sign it for you). 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.

Screenshots

Main screen Settings Selecting from installed apps
Main screen Settings Selecting from installed apps
Dialog allowing splits selection Processing Result
Dialog Processing Result

Used projects

APKEditor by REAndroid, what makes it all possible

  • Android port of apksig library by MuntashirAkon to sign APKs

Permissions

  • Storage permissions - to be able to save files to the same directory as a split APK (this is an option in the app, the storage permission will only be requested upon selecting it)
  • QUERY_ALL_PACKAGES - to list apps installed on the device (see "Selecting from installed apps" in screenshots above)
  • REQUEST_INSTALL_PACKAGES - to show an install button allowing prompt to install an app after merging it
  • Internet permission - to check update for the app (can be disabled in settings)

Feel free to request a build of the app with any of these permissions removed.

About

App to AntiSplit (merge) split APKs (APKS/XAPK/APKM) to regular .APK file on Android

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • Python 0.2%