What is the maximum application file size of android apk file in corona sdk

Hello Experts,

I want to know the maximum apk file size and can i build 2gb apk file on corona sdk

I have developed a app which has videos upto 2 gb

when i try to build a android app, after completion of build  it is displaying a message 

Your application is ready to install on device

But when i check for the file in specific folder i couldn’t found it,

it means the simulator is not creating the apk file due to heavy file size

Please help me by providing the right details

Regards

saideep.k

That’s a freakishly large size for a mobile app. Even if you’re able to build a 200mb apk Google play only allows a max of 50mb not sure how much Amazon size limit is. What you can do is upload your files to a file hosting site and use the network.dowload() API. You can check the documentation here. You can even compress the file to zip if you want, then use the zip plugin to unzip the downloaded file. Check the documentation here. Unfortunately the zip plugin is only available for Pro license.

That’s a freakishly large size for a mobile app. Even if you’re able to build a 200mb apk Google play only allows a max of 50mb not sure how much Amazon size limit is. What you can do is upload your files to a file hosting site and use the network.dowload() API. You can check the documentation here. You can even compress the file to zip if you want, then use the zip plugin to unzip the downloaded file. Check the documentation here. Unfortunately the zip plugin is only available for Pro license.

This post might be able to help you.

http://coronalabs.com/blog/2013/04/17/expansion-file-support-for-android/

This post might be able to help you.

http://coronalabs.com/blog/2013/04/17/expansion-file-support-for-android/