Android studio网络连接成功。 Fabric工具错误无法连接到网络。如何进行代理设置?
最佳答案
您的代理添加的java home \ jre \ lib \ net.properties。
{java.net.useSystemProxies=true; http.proxyHost=****; http.proxyPort=****; http.proxyUser=****; http.proxyPassword=****; https.proxyHost=****; https.proxyPort=****; https.proxyUser=****; https.proxyPassword=****;
}
再试一次。
Android Studio运行管理员。