Hi,
Yes, use Ministro instead :) ! If you want to know why they are 39M, the answer is simple: Your apk (~11M) has all qt libs (~28M) in it, but to use them we need to extract all of them on the user phone, so your application will actually occupy 11 + 28 = 39M ! Most of the people count only the .apk size, and they forget that the .apk content is unpacked on the user phone ... Cheers, Bogdan. > > hi,BogDan > About the apk size,I had another question. > > When the "hello world" had been installed, the Phone storage show 39M > space was used by the "hello world" apk. > > Is that possibleto reduce the installed size? > > > 于 2013年10月25日 16:05, BogDan 写道: >> Hi, >> >> The rc will fix that problem! >> >> Cheers, >> BogDan. >>> >>> 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 requiredfor QT Quick2? >>> >>> >>> 于 2013年10月23日 18:16, List for announcements regarding Qt releases >> and development 写道: >>> Hi, the Qt 5.2 Beta, as well as Qt Creator 3.0 Beta just got released. > For more details, check the blog posts: > http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/http://blog.qt.digia.com/blog/2013/10/23/qt-creator-3-0-beta-released/ > > Cheers, >> Lars _______________________________________________ >> Announce mailing list [email protected] > http://lists.qt-project.org/mailman/listinfo/announce >>> >>> _______________________________________________ >>> Development mailing list >>> [email protected] >>> http://lists.qt-project.org/mailman/listinfo/development >>> >>> >>> > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
