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. Offline Compilation

Offline Compilation

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 990 Views 1 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.
  • RobespierR Offline
    RobespierR Offline
    Robespier
    wrote on last edited by
    #1

    Hi guys. How can I compile my android application without internet connection? I found a problem: when my application is compiling, she tries to download the gradle, but I can't connect to the Internet all the time. My intention is to be able to compile my application always offline. Help me please. Thanks in advance.

    JKSHJ W 2 Replies Last reply
    0
    • RobespierR Robespier

      Hi guys. How can I compile my android application without internet connection? I found a problem: when my application is compiling, she tries to download the gradle, but I can't connect to the Internet all the time. My intention is to be able to compile my application always offline. Help me please. Thanks in advance.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @Robespier said in Offline Compilation:

      when my application is compiling, she tries to download the gradle, but I can't connect to the Internet all the time. My intention is to be able to compile my application always offline.

      It is the Android SDK that tries to load Gradle. Find the Gradle download settings in Android Studio: https://stackoverflow.com/questions/18158034/how-do-i-set-up-android-studio-to-work-completely-offline

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      RobespierR 1 Reply Last reply
      3
      • JKSHJ JKSH

        @Robespier said in Offline Compilation:

        when my application is compiling, she tries to download the gradle, but I can't connect to the Internet all the time. My intention is to be able to compile my application always offline.

        It is the Android SDK that tries to load Gradle. Find the Gradle download settings in Android Studio: https://stackoverflow.com/questions/18158034/how-do-i-set-up-android-studio-to-work-completely-offline

        RobespierR Offline
        RobespierR Offline
        Robespier
        wrote on last edited by
        #3

        @JKSH Thanks, but I work on Qt Creator

        JKSHJ 1 Reply Last reply
        0
        • RobespierR Robespier

          @JKSH Thanks, but I work on Qt Creator

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by JKSH
          #4

          @Robespier said in Offline Compilation:

          @JKSH Thanks, but I work on Qt Creator

          Qt Creator does not contain the Android tools. Qt Creator simply invokes the Android SDK that is installed on your PC.

          I believe you can still use the Android Studio to configure the Android SDK for Qt Creator.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          2
          • RobespierR Robespier

            Hi guys. How can I compile my android application without internet connection? I found a problem: when my application is compiling, she tries to download the gradle, but I can't connect to the Internet all the time. My intention is to be able to compile my application always offline. Help me please. Thanks in advance.

            W Offline
            W Offline
            wiluite
            wrote on last edited by
            #5

            @Robespier
            here is an example of how to achieve that
            https://github.com/wiluite/OfflineQt5Android

            Just googletranslate it.

            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