How to reduce a Mobilefirst apk size -
im working in mobilefirst hybrid app , our apk has 13mb file size, there , our common folder has 2mb (with jquery mobile not minimize).
im seeing lot of .so in our apk aprox. 1mb:
assets/icudt46l.zip assets/featurelibs/armeabi/libcrypto.so.1.0.0.so assets/featurelibs/armeabi-v7a/libcrypto.so.1.0.0.so assets/featurelibs/x86/libcrypto.so.1.0.0.so , twenty .so in /lib folder
is there way reduce mobilefirst apks size, because our customers working on remote locations , dont have lot of bandwidth.
see answer here: lose weight mobilefirst platform exported apps
starting mfp 7.0 can minify , concatenate mobile environments. means in addition added security, reducing amount of files , contents of files, can - degree - filesize of application.
mfpf 7 supports default many more hardware architectures. support required if intend on using features such jsonstore , others. files adding support located @ your-app\android\native\libs (arm64-v8a, armabi, armabi-v7a, mips, mips64, x86, x86-64). if know you're not using jsonstore example, see if removing or of these files helps you. regression test in general make sure app continues work required. wrong scope of these files - add 3.4mb on disk.
Comments
Post a Comment