Premium members who may have any problems with the Live transfers file, make sure you check the "Help" button next to your "Expiration date" of your membership in the "Live Download" section.

Obb Android Site

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

// 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: obb android