Reputation: 45
i'm useing a FlashCs6 to create an android apps , there are some users have slow connection or cant use Google play
so i decide to embed Air runtime from publish setting , the problem is when i do this the size of apk is increase about 8 MB !!
and that's not good for and simple application and this 8 MB is problem to download or Bluetooth it and take more time .
is there any way to reduce this Air runtime ? while I can't use ADT coz some advice me to use...
can you please help me guys , my app size is already large , it's 12MB , so with the embeded runtime it will be 20MB and this is too large >__<
Upvotes: 0
Views: 654
Reputation: 1531
No can do! You can't reduce the size of the integrated Runtime. You can offer both versions. .air for users with AIR installed and a captive version. Nowadays a 12mb or even a 20mb app shouldnt be a problem. Depending on what your app actually does, 12mb can be much or not. Im guessing u can reduce the app size itself (i.e. externalizing assets depending on resolution, ... )
Upvotes: 1