On Friday 25 October 2013 11:09:55 qtmail wrote: > Qt 5.2 Beta, Could I customize thesize of apk? > > When create a QT Quick2 "hello world" on android,the apk size up to > 10.6M, so > Could I customize the libs? or all libs is /required/for QT Quick2?
As BogDan said, we are aiming to fix it before the release. (See https://bugreports.qt-project.org/browse/QTBUG-34098) It is also possible to customise the package by listing all the libraries and plugins under ANDROID_DEPLOYMENT_DEPENDENCIES in the .pro file. - Paul _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
