I use the demo of the extension files specified in sdks and place the obb file on the SD card in the following location:
/Android/obb/package-name/package-name/main.versioncode.package-name.obb
But I get the following error:
XAPK file validation error
To generate .obb files .obb this is the following procedure:
1) copy all the images to a folder called main.versioncode.package-name.obb , and then write this file.
2) remove the .zip extension and put it in this /Android/obb/package-name/myobbfile.obb
Is this the right way to do this?
source share