Installing APK with OBB
Last updated : 13/12/2022
Introduction
This is my own guide for installing Android games that comes with OBB files, such as GTA (CTW, SA), Battleheart Legacy. & Animus : Stand Alone.
This guide is tested on A13, A12(L), & A11.
Guide (Legacy & nutshell)
This is the guide for older Android builds (Pie & A10, for example), which won't work with A11 & beyond.
- Using your file manager, browse to the directory containing the OBB folder of the game you'd like to install.
- Copy the OBB folder to /Android/obb
- Once it's done, simply install the corresponding APK (if it's split APK, use SAI).
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Guide (Root)
Requires root & a file manager with the ability to use root access (SD Maid is a good example, if you grant it root access).
- Using your root-using file manager (or SD Maid's Explorer with root), browse to the directory containing the OBB folder of the game you'd like to install.
- Copy the OBB folder to /Android/obb
- Once it's done, simply install the corresponding APK from any file manager (if it's split APK, use SAI).
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Guide (ADB)
This section doesn't require root, but it requires USB debugging enabled & a PC with adb & fastboot binaries (or the androidtools package if running Arch / Artix).
- Enable USB debugging in your PDA (Settings > System > Developer options >USB debugging)
- Plug your PDA into your PC
- In the PC, open terminal / powershell / commandprompt (depending on the OS in your PC)
With Windows (powershell / commandprompt), you will need to open it in the platform-tools directory.
- Type in adb devices, which activates adb daemon & prompts you to allow USB debugging on the PDA.
- adb push your obb folder to sdcard/Android/obb
Example : adb push com.tenbirds.animus sdcard/Android/obb
- Install the corresponding APK, from either adb install or through the device's file manager (or SAI if split APK)
- Disable USB debugging in your PDA once you're done with it, & unplug the device from your PC
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Back to top
Index - cellphone
Main Page