Using jobb tool in Android

后端 未结 7 1819
感动是毒
感动是毒 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:19

    In my case, it solved running again the program, with the same parameters and the same content at the directory that I wanted to pack.

    ./jobb -d /media/assets/ -o my-app-assets.obb -k my_pass -pn package-name -pv your-version
    

提交回复
热议问题