Qt Android (or All Platforms) Very Big Size Applications
Unsolved
Mobile and Embedded
-
Hi; I deploy basic 'Hello World!' application to Android. I saw this application size is 29MB. Also I saw Qt example application size is 9.7MB on Google Play. How to reduce size of application? Also how can I reduce size of application such as Qt Hangman application? Thanks.
-
Is it a debug build? If so try to build your application in release mode.
-
@Ibrahim
this is due to Qt libraries bundled in the APK. This was always a disadvantage of Qt on mobile devices.
The only thing when you do not want to bundle the Qt libs in your APK is to use the ministro service.
Which adds holds the libs and shares them with every other app which also uses ministro.I personally prefer apps with bundled libs instead of "3rd party" app dependency.