According to Google Play's store rules, you cannot upload an apk file larger than 50 MB, so I have to create a .obb file. Is there a way to combine the .obb files and .apk so it can be published in other stores like Amazon? Can I just copy all the files in the asset folder to the apk main asset folder?
Is there a way to combine the
.obbfiles and.apk?Can I just copy all the files in the asset folder to the apk main asset folder?
I don't think you could do this. .obb and .apk approximately have the same data in different structures for the different use cases. In addition, the apk will be signing and we can't change its content with a simple copy/zip file.
But I think you have at least 2 option to achieve your goal:
Is there a way to combine the .obb files and .apk so it can be published in other stores like Amazon?
Or run to do this:
./gradlew bundleRelease assembleRelease
.obb file and upload it to PlayConsole. Then in PlayConsole navigate to App Bundle Explorer menu. Selecting Dowbloads tab and at the bottom of the screen, you will see Assets section. Download universal apk. and use it for other markets.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With