Hi all,
I just exported my first 'Hello World' Android App with FB 4.6 captive runtime. The first thing I noticed is that the file size is huge for what this provides (over 20mb when running on the phone). This is a big concern for my application development, so I started digging into the .apk file (it's really a zip file) and found the largest file was /lib/armeabi-v7a/libCore.so (15mb) and was tied to the Air Captive Runtime functionality. Is there a way we can make this file size smaller? All of the apps I have installed and are complete run about 3-15mb when running. Our concern is that users will start noticing this large file size and will uninstall to keep things clean on their mobile device.
-Greg