- Видео 1
- Просмотров 5 996
Pumpk Inc
Добавлен 2 июн 2019
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
👉 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
Great One Buddy....... ! it helped solved my gradle problem in Android Studio V3.4.2 Thank UUUU. Keep it up