Installing APK with OBB

Last updated : 13/12/2022

- Introduction -
- Guide (Legacy & nutshell) -
- Guide (Root) -
- Guide (ADB) -

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.

  1. Using your file manager, browse to the directory containing the OBB folder of the game you'd like to install.
  2. Copy the OBB folder to /Android/obb
  3. Once it's done, simply install the corresponding APK (if it's split APK, use SAI).
  4. 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).

  1. 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.
  2. Copy the OBB folder to /Android/obb
  3. Once it's done, simply install the corresponding APK from any file manager (if it's split APK, use SAI).
  4. 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).

  1. Enable USB debugging in your PDA (Settings > System > Developer options >USB debugging)
  2. Plug your PDA into your PC
  3. In the PC, open terminal / powershell / commandprompt (depending on the OS in your PC)
  4. With Windows (powershell / commandprompt), you will need to open it in the platform-tools directory.

  5. Type in adb devices, which activates adb daemon & prompts you to allow USB debugging on the PDA.
  6. adb push your obb folder to sdcard/Android/obb
  7. Example : adb push com.tenbirds.animus sdcard/Android/obb

  8. Install the corresponding APK, from either adb install or through the device's file manager (or SAI if split APK)
  9. Disable USB debugging in your PDA once you're done with it, & unplug the device from your PC
  10. 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