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

Gradle 'ProjectName' project refresh failed - Error: Already seen Doctype #8

Open
MehdiBrandoMahdloo opened this issue May 29, 2015 · 4 comments

Comments

@MehdiBrandoMahdloo
Copy link

Hi guys!
Thank you for your amazing stuff!
I'm trying to open (tried also to import) the project to Android Studio 1.2.1.1 with Gradle 2.2, but what I got is this silly error!

Gradle 'ProjectName' project refresh failed
Error: Already seen Doctype

Thank you so much!

@ghost
Copy link

ghost commented Aug 28, 2017

the problem might be your network.
i changed my vpn and it worked for me.

@r-anjirabi
Copy link

to solve this problem i use psiphon3 and local proxy ports setting :
http/https : 8088

and change gradle.properties file (project root directory) and add these options.
systemProp.https.proxyPort=8088
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.http.proxyPort=8088

for me works fine.

@omid25
Copy link

omid25 commented Jan 10, 2018

i have the same problem, but i am sure that my network isn't the problem, because i can download android APIs using sdk manager through android studio, i also used your method mr r.anjirabi, nothing helped back.

@masoudalipoor
Copy link

I also have this problem.
And your solutions were not compatible

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

4 participants