how can I decrease the size of the final package of the Oracle MAF applications?

212 views Asked by At

i'm developing oracle MAF Applications for mobile devices. the initial size of the packages r about 20 MB.. the MAF architecture has a built-in lightweight JVM (ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET) for business logic...

can I choose which libraries should b exported in final package to decrease the size?

2

There are 2 answers

2
User404 On BEST ANSWER

It's not possible to choose which libs should be exported. The only thing you can do is deploy to production instead of debug (initial size is minimum 15mb).

0
Shay Shmeltzer On

You should deploy in Release mode - for Android the instructions are here.

Speed up ADF Mobile Deployment to Android with Keystore and "Release" Packaging.