Obb - Android

// Get path to mounted OBB (system handles mounting automatically) String obbMountPath = Environment.getExternalStorageDirectory() + "/Android/obb/" + getPackageName(); File asset = new File(obbMountPath, "textures/level1.png"); Or use ZipFile to read entries directly:

Because OBB is a zip-like filesystem mounted read-only:

LAYOUT

SAMPLE COLOR

Please read our documentation file to know how to change colors as you want

BACKGROUND COLOR

BACKGROUND TEXTURE