You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the Practice Handwriting project. But after importing project gradle file could not be build because of some HTTP Proxy error. I am very new to android development. So appologies if its a very silly mistake. Here is the error I am getting
Error:Unknown host 'proxy.iiit.ac.in: Name or service not known'. You may need to adjust the proxy settings in Gradle. Enable Gradle 'offline mode' and sync project. Learn about configuring HTTP proxies in Gradle</a>
The text was updated successfully, but these errors were encountered:
Me too I faced the same issue so what I did ?
1- in gradle-wrapper.properties set distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
2- in build.gradle(project) add or modifier dependencies { classpath 'com.android.tools.build:gradle:2.3.0' }
I have downloaded the Practice Handwriting project. But after importing project gradle file could not be build because of some HTTP Proxy error. I am very new to android development. So appologies if its a very silly mistake. Here is the error I am getting
Error:Unknown host 'proxy.iiit.ac.in: Name or service not known'. You may need to adjust the proxy settings in Gradle. Enable Gradle 'offline mode' and sync project. Learn about configuring HTTP proxies in Gradle</a>
The text was updated successfully, but these errors were encountered: