尝试这个
$jobb -d / temp / assets / -o new-obb-file.obb -k secret-key -pn com.my.app.package -pv 11
哪里
-d : Set the input directory for creating an OBB file.
-o : Specify the filename for the OBB file.
-k : Specify a password for encrypting a new OBB file
-pn : Specify the package name for the application that mounts the OBB file, which corresponds to the package value specified in your application's manifest.
-pv : Set the minimum version for the application that can mount the OBB file, which corresponds to the android:versionCode value in your application's manifest.
试试这个命令.
博客介绍了android jobb工具的命令使用。给出了创建OBB文件的命令示例,同时对命令中各参数如 -d、-o、-k、-pn、-pv 的作用进行了说明,帮助使用者了解如何利用该工具创建和加密OBB文件。
1万+

被折叠的 条评论
为什么被折叠?



