obb file

u

Sorry for my couple of questions in a single post. 

I have an apk of 150Mb and so am not able to upload it on google play store. I have googled a lot and found that I have to create .obb file as the main expansion file. Is there any easy way to create .obb file of my assets folder. these assets folder has some .mp3, .png, .jpg files.

second question can I check it on my mobile without uploading it on google play store. for example putting my .obb files at my android obb folder.

third and last question how can I set the location of .obb file in my lua code

You can check out using expansion files for Corona. I have used them before to upload to Google Play Store

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

Thanks for your prompt reply. I already found this link yesterday through googling. I found that when I use 

usesExpansionFile = true  

in build.setting file and  build .apk through corona simulator it splits my build into two parts. one is .obb file another is .apk file. Its a great stuff done by corona.

You can check out using expansion files for Corona. I have used them before to upload to Google Play Store

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

Thanks for your prompt reply. I already found this link yesterday through googling. I found that when I use 

usesExpansionFile = true  

in build.setting file and  build .apk through corona simulator it splits my build into two parts. one is .obb file another is .apk file. Its a great stuff done by corona.