• Home
  • Raw
  • Download

Lines Matching refs:file

8   Level 9) or higher. OBB files are used to provide additional file assets for Android applications
9 (such as graphics, sounds and video), separate from an application's APK file. For more
23 <p>You can use the {@code jobb} tool to create an OBB file or extract the contents of an
24 existing OBB. The following example command creates an OBB file from source files.</p>
30 <p>This example shows how to dump (extract) the contents of an existing OBB file:</p>
48 <td>Set the input directory for creating an OBB file, or the output directory when extracting
49 ({@code -dump}) an existing file. When creating an OBB file, the contents of the specified
50 directory and all its sub-directories are included in the OBB file system.
55 <td>Specify the filename for the OBB file. This parameter is required when
60 <td>Specify the package name for the application that mounts the OBB file, which corresponds
62 required when creating an OBB file.</td>
66 <td>Set the minimum version for the application that can mount the OBB file, which corresponds
68 required when creating an OBB file.</td>
72 <td>Specify a password for encrypting a new OBB file or decrypting an existing, encypted
73 OBB file.</td>
77 <td>Create OBB file that is an overlay of an existing OBB file structure. This option allows
80 overlay OBB file replace files that have the same path.</td>
84 <td><p>Extract the contents of the specified OBB file. When using this option, you must also
88 <p class="note"><strong>Note:</strong> When dumping an existing OBB file, you can omit the
89 {@code -d &lt;directory&gt;} parameter to get a listing of the directories inside the file,