Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adobe AIR Android App 50MB limit

I have an application built with Adobe AIR for Android. The apk is 108MB, larger than the 50MB limit imposed by Google. The instructions given here, http://developer.android.com/guide/market/expansion-files.html , are for native applications. Are there any similar instructions for Android AIR apps as well?

like image 445
Antonios Avatar asked Nov 20 '25 09:11

Antonios


1 Answers

You can use modules in Air, the same way that these expansion files work for APKs.

However, I have to question the size of the file beforehand. 108megs is massive for an application. Never in my career have I seen an app bigger than 25megs total. For it to be 108megs, you had to be particularly careless around file size optimizations and just kept piling in things that aren't needed inside the project.

Your best solution is to clean out the project and read up on filesize optimizations (like using vector based graphics instead of bitmaps).

like image 53
J_A_X Avatar answered Nov 21 '25 23:11

J_A_X



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!