Reputation: 151
I am developing an Android game with Libgdx. I want to publish my apk on the store, but the overall weight is 90 mb. How can I do? The file extension can be used in libgdx?
Upvotes: 1
Views: 1101
Reputation: 5893
You need have expansion files. Google Play doesn't let you upload more than 50 MB. So the rest needs to be attached. Take look on the link below.
http://developer.android.com/google/play/expansion-files.html
Upvotes: 2