Pumpk Inc
Pumpk Inc
  • Видео 1
  • Просмотров 5 996
Android build with Gradle behind proxy
Build your Android-gradle project behind a proxy server.
👉 Find the "gradle.properties" file inside the android/ directory.
👉 Add the following lines to the "gradle.properties" and set your proxy details
👉 Save the changes
🎉 Build the project
org.gradle.daemon=true
systemProp.http.proxyHost= your.http.proxy.host
systemProp.http.proxyPort= httpPort
systemProp.https.proxyHost= your.https.proxy.host
systemProp.https.proxyPort= httpsPort
systemProp.https.nonProxyHosts=*.company.com|localhost
Просмотров: 5 996

Видео

Комментарии

  • @philipadu-ofosu1066
    @philipadu-ofosu1066 5 лет назад

    Great One Buddy....... ! it helped solved my gradle problem in Android Studio V3.4.2 Thank UUUU. Keep it up