I see this in AndroidStudio as well. Which seems valid.. as both projects (QtCreate and AndroidStudio) use gradle as the same build system.
If this can be improved - you are barking at the wrong tree. Go bother the gradle guys :) Side point: XCode5 + ObjectiveC was fast as hell a year ago, I was able to click run and see the code running in about a second or two. XCode6 + Swift today takes 40seconds to 1.5 minute (!) to deploy. I think that IOS+Android are getting too complex for the deployment process we are using. This is a global epidemic. On Fri, May 1, 2015 at 7:37 PM, Jason H <[email protected]> wrote: > 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 >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
