user1169390
user1169390

Reputation: 151

Publish apk created with Libgdx

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

Answers (1)

osayilgan
osayilgan

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

Related Questions