|
|
|
|
|
by pjmlp
4733 days ago
|
|
This is what puts me away from using Qt for Android development. One of the advices of Google IO this year was to try to keep applications small. According to Google bigger applications are the ones that get deleted first when space gets short. Most of the time are never reinstalled. |
|
Regarding APK size, you can do miracles by using ProGuard (even with obfuscation disabled), though it will obviously fail for native code, like in the Qt case.