Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Speeding up Android Deploy?
Forum Updated to NodeBB v4.3 + New Features

Speeding up Android Deploy?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 820 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • espocjoE Offline
    espocjoE Offline
    espocjo
    wrote on last edited by
    #1

    Hi guys.
    As title suggests, the deploy stage for my Qt Android app is extremely slow - perhaps 2 minutes or so for a simple demo app. The compilation step itself is very quick - perhaps 5 seconds.
    I had a quick Google and found quite a few similar complaints but not many solutions.
    Are there any known ways for speeding this up? I'm using Qt Creator 4.1 on Windows 7 x64.

    Cheers,
    ~Chris

    1 Reply Last reply
    1
    • SeeLookS Offline
      SeeLookS Offline
      SeeLook
      wrote on last edited by SeeLook
      #2

      Here is a post about it:
      http://nootka-app.blogspot.com/2015/11/story-of-porting-complex-qt-application_18.html

      But in short, You may just compile changes You made (Ctrl+B) - it is quick as You noticed,
      and then send compiled library directly to the device through adb command.

      espocjoE 1 Reply Last reply
      3
      • SeeLookS SeeLook

        Here is a post about it:
        http://nootka-app.blogspot.com/2015/11/story-of-porting-complex-qt-application_18.html

        But in short, You may just compile changes You made (Ctrl+B) - it is quick as You noticed,
        and then send compiled library directly to the device through adb command.

        espocjoE Offline
        espocjoE Offline
        espocjo
        wrote on last edited by
        #3

        @SeeLook

        Beautiful! Thank you very much.

        1 Reply Last reply
        0
        • SeeLookS Offline
          SeeLookS Offline
          SeeLook
          wrote on last edited by
          #4

          :-)
          Welcome

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved