I have an apk of 80Mb and so am not able to upload it on google play store. I have googled a lot and found that I have to create .obb
file as the main expansion
I was able to create the OBB file with below command BUT the problem was it was not extracted in app and stuck at ZipInputStream zis zis.getNextEntry()
/Users/rohit/Library/Android/sdk/tools/bin/jobb -d /Users/rohit/Workspace/code/iam/repo/music' 'files -o main.33.com.aml.iatia.activity.obb -pn com.aml.iatia.activity -pv 33
As a solution, I created using CLI in MAC with below command and it worked very fine.
zip -r main.33.com.aml.iatia.activity.obb music' 'files -x "*/\.*"