I have created an AS3 mobile app and exported successfully through flash CS6.
In this .apk I have included my video files (going to be a presentation for Android Tablet). The total size of the .flvs alone is 64mb.
When I tried to upload to Google play I got the (expected) warning about the file size being >50mb.
I have spend two hours trying to find a fix, including using the jobb.bat , zipalign.bat , putting the files into the format of main.1.obb and many other options.
The Google website seems to think that I am using Eclipse (which I’m not I used Flash CS6), but I tried all those tools anyway, but yielded zero results.
I have tried http://developer.android.com/google/play/expansion-files.html -
But seems extremely complex and assumes I have eclipse. I even tried to import the “android-sdk\extras\google\play_apk_expansion” into Flash builder, but is not the right project extension.
I looked all over Stack Overflow to articles such as :
– But no response as of yet
AS3 / AIR Google Play application id and expansion files access
- But no clear answer, and I don’t even know how this got the .obb file in the first place.
APK 50meg+ Expansion Packs and Flash
-But I don’t have a Amazon bucket account. Also not sure what android shared storage is.
Steps to create APK expansion file
– But is using older version of google ( I don’t have the “Add Extra Button” ) Also this is not from a Flash As3 project , and again relies on Eclipse.
APK 50meg+ Expansion Packs and Flash
-But this person already has the .obb file (HOW ?).
As you can see I have tried many different ways, but I can’t simple create the expansion way.
So in Short ;
Dose anyone one have a clear cut step by step technique on how to upload an .apk
created in Flash CS6 that is >50MB to Google Play ?