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.