Antisplit the apks[SAP]

How to Combine Split Apk’s into One Apk

Download the video tutorial to understand how to antisplit apks...



Video size:72mb in English

First download and understand the video and some more important knowledge below in this post...

Split apks are made to decrease the size of app and we can only mod after the apks converted into single apk
Plz remove after antisplit isSplitrequired line in AndroidManifest.xml

Description
There are 2 types of split APKs.

One type does have 2 split APKs (base APK + config.architecture APK), the other type does have 4 split APKs in total.

For this use APKTOOl M or apktool 

Let’s start first with the easy one, the 2 split APK:

1)Take the base APK and decompile it.

2)Take the lib folder of the config.arch APK and add it to the decompiled base APK.

3)Now open the AndroidManifest.xml in the decompiled base APK and remove this setup: android:isSplitRequired=”true”.

4)Compile the base APK, sign it or make it unsigned with the META-INF of the base APK.

5)done

Now to the 4 or more split APK:

This is a bit more complicated.

The 4 split APKs are basically: base APK + config.arch APK + config.mdpi APK + config.random APK

1)Take the base APK and decompile it

2)Take all other split APKs and decompile them

3)Now put all files of the split APKs to the base APK but do not override files (there will be files already existing in the base APK, do not overwrite them!)

4)Open the AndroidManifest.xml in the decompiled base APK and remove this setup: android:isSplitRequired=”true”

5)Open the apktool.yml and add in the doNotCompress tag of the base.apk everything you have in the other split APKs

6)Now you have to do the annoying job to check the .xml files in the APK/res/value folder in all the split APKs and add whats missing inside that files from the other split APKs to the base APK .xml files.
NOTE: This step is time consuming but it can be skipped on some games. Try first if the game works without this step to save time. If it works, skip it.

7)Compile the base APK, sign it or make it unsigned with the META-INF of the base APK.

8)Done


Another alternative tool fast and my favorite tool:

Antisplti-g2 apk helps you in very fsst and efficient way... 

Steps:
1)first extract apk into apks format using apktool m... Plz watch video tutorial above in this post has video guide 
2)now open antisplti-g2 app and select apks file or zip apks file
3)click merge button and your done
Antisplited app is ready enjoy
Note:i highly recommend you not to do manually process and plz use antisplti-g2 tool for this purpose...

For further information comment below

Comments

  1. How to convert multiple apks to apk because antiSplit convert only one at a time.

    ReplyDelete
  2. Use antisplti-g2 apk

    To convert split apk to single apk

    Must extract it as .apks and then merge it in antisplti-g2 app

    Also you can use zip file to merge into apk but proper or all apk inside the zip must sign with the same key....


    I hope understand broπŸ˜‹

    ReplyDelete
    Replies
    1. Bro please make a bot for telegram, πŸ₯Ί Me miss you

      Delete

Post a Comment

latest

Tools Updated

MT manager introduction & how to use it

How to create apkeditor Patch file

Unlock Vip or Premium in an app

Remove Ad's in an App