I have an Android project that uses the Crashlytics with Fabric plugin on Android Studio, configured a proxy for the files:
studio64.exe.vmoptions:
-Dhttps.proxyPort=8080 -Dhttps.proxyHost=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -Dhttps.proxyUser=xxxxx -Dhttps.proxyPassword=xxxxxxxx
gradle.properties
systemProp.http.proxyPassword=xxxxx systemProp.http.proxyHost=proxy-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx systemProp.http.proxyUser=xxxxxxxx systemProp.http.proxyPort=8080 systemProp.https.proxyPassword=xxxxx systemProp.https.proxyHost=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx systemProp.https.proxyUser=xxxxxxxx systemProp.https.proxyPort=8080
For some reason I can’t enter the plug with the message “Could not connect to the network”
Anyone have any ideas or a possible solution to this problem?
android android-studio proxy crashlytics
rodrigosimoesrosa
source share