Skip to main content
Participating Frequently
May 26, 2016
Question

My APK is larger than 50 Mega and I need to put it into Google Play

  • May 26, 2016
  • 2 replies
  • 542 views

Hi

I would like to publish an APK on Google Play but it contains many videos so that its size is about 200 MB, how can I solve this problem as Google Play doesn't accept apks larger then 50 MB.

All videos are embedded inside the APK and I would like to make them on the mobile not working from the internet, any idea?

Thanks and best regards

This topic has been closed for replies.

2 replies

May 26, 2016

There is this (paid for) Native Extension that lets you have APK expansion files when your app exceeds the Play Store's 50MB limit. Not sure how it works, but it is featured on Adobe's "Native extensions for Adobe AIR" page.

Android APK Expansions files ANE

kglad
Community Expert
Community Expert
May 26, 2016

decrease the size of those videos.  what else can you do?

Participating Frequently
May 27, 2016

I think that there is assets part that can be uploaded outside apk but I don't know how can I use it, any idea about assets?

kglad
Community Expert
Community Expert
May 27, 2016

anything outside your apk that you would load would need to be on a server and the user would need an internet connection to connect to your server.