Hi all,
Please don't close discussion. Do you have some improve about the issue?
When I create a empty B4XPages project and compile with 13.00 BETA #6, the APK is 513K.
1. The APK become 16M after include “AppCompat”.
or
2. The APK become 8.4M after include "FirebaseAdMob2"
When I create a empty B4XPages project and compile with 12.5, the APK is 145K.
1. The APK become 2250K after include “AppCompat”.
or
2. The APK become 3523K after include "FirebaseAdMob2"
I know the difference is source from Google SDK version, But I wonder we can remove the unused classes or asset?
work as build.gradle in Android Studio :
minifyEnabled true
shrinkResources true