Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice handwriting project gradle build error #13

Open
mdshopon opened this issue Mar 24, 2017 · 1 comment
Open

Practice handwriting project gradle build error #13

mdshopon opened this issue Mar 24, 2017 · 1 comment

Comments

@mdshopon
Copy link

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>

@djsbaa
Copy link

djsbaa commented Apr 1, 2017

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' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants