I've used both a KitKat (note 2) and currently use a Nexus 6 (5.1) I don't have any issues. But the build/deploy time is quite excessive. I would wonder if it can;t be multi-threaded some how.
Given that the bundle in APK option works fine, and APKs are just ZIP files, it would seem that a APK with the libs could be prepared in parallel with the code build, so that really only the transfer time is longer. I've got a 13MB app, and it's the build time, not the xfer time that takes the most. > Sent: Monday, April 20, 2015 at 9:17 AM > From: "Harri Pasanen" <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [Qt-creator] Speeding up deploy / test cycle on mobile > > Hi, > > For javascript and QML I imagine QC could provide a live update for > debug builds across all mobile platforms and embedded, > ideally supporting some transparent shim to make it look as if the > source would come from a resource.pr > This should make development and testing changes nearly instantaneous. > > Related to above, is there some library/module that can be used for qml > source redirection at build time, or runtime? > > For C++, are there any plans to re-implement the deploy to tmp > directory equivalent for Android 5 and Samsung KitKat? > I did in beginning of year post the following to android-development > list, and there were some replies, > but perhaps here is more audience. > > I've been hesitant to update my Nexus 7 to Lollipop as that would kill > the deploy to tmp folder feature of QC. > > Looking at > > https://code.google.com/p/android/issues/detail?id=79480 > > comment #9 would indicate a possible workaround that should be supported > on Lollipop, and work with Nexus devices at least. > > I wonder if this is being worked at. > > Thanks, > > Harri > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
