Help! How to merge APK+OBB file?

Kensei

Rookie
Hello,

Due to android 11 restrictions, some modders are using this feature (image) to install obb file automatically.
Does anyone know how to create this installer?

Screenshot_281.png
 
There are multiple ways of including the obb in an installation with an APK.

You can create an .xapk which includes the obb in the Android/com.game.packagename directory in the xapk.

You can also use this if you'd like an installer like the one in your screenshot (needs updating to work on A11 though - it's open sourced):


Hope this helps.
 
Back
Top Bottom