Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an alternative to Google's JOBB tool? [closed]

My Android app is larger than the 50 MB limit Google Play imposes so I have to generate a .obb file for it. However, I have come to find that the JOBB tool Google provides is incredibly buggy. I'm trying to create an encrypted .obb file, but depending on the content of the folder I'm packing into the .obb, sometimes the output file is corrupted and can't be be mounted, or it can be mounted but some files inside the obb are corrupted.

Is there an alternative to Google's JOBB tool? This one seems to have been developed by a 5 year old.


1 Answers

I think there are no alternative to JOBB tool. But you can try to get the latest sources of this tool from Android Git and build. May be they fixed some bugs but haven't released yet.

like image 162
Ilya Tretyakov Avatar answered Nov 30 '25 02:11

Ilya Tretyakov