Using jobb tool in Android

后端 未结 7 1879
感动是毒
感动是毒 2021-01-02 06:13

I am running the following command to get my encrypted obb file for apk expansion.

jobb -d /home/manoj/Desktop/Test -o main.1.com.example.helloworld.obb -k \         


        
7条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-02 07:04

    I was getting the same behaviour but this was only in a test directory structure I was experimenting with. It had almost no content so maybe this is an issue with jobb at these small sizes. Or maybe some error conditions are met depending on the space taken up by the all the files. I've commented in more detail on the Google Code issue.

    I wonder if adding a couple of redundant files might avoid this error behaviour for those that are experiencing it with non-trivial directory structures.

提交回复
热议问题