Offline Compilation
-
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.
-
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.
@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
-
@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
-
@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.
-
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.
@Robespier
here is an example of how to achieve that
https://github.com/wiluite/OfflineQt5AndroidJust googletranslate it.