Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:Unknown host 'dl.google.com' You may need to adjust the proxy settings in Gradle

I am getting this error in android studio 3.0.

Unknown host 'dl.google.com' You may need to adjust the proxy settings in Gradle

I have checked my auto proxy option already.

enter image description here

like image 800
Shreya Choubey Avatar asked Dec 07 '17 06:12

Shreya Choubey


2 Answers

I was also having the same problem. I tried the following and it's working for me:

Windows

Go to : File > Settings > Appearance & Behavior > System Settings > HTTP Proxy [Under IDE Settings] Enable following option Auto-detect proxy settings

Mac

Go to : Android Studio > Preferences > Appearance & Behavior.. etc

You can also use the test connection button and check with google.com to see if it works or not.

like image 190
Dheeraj Joshi Avatar answered Sep 21 '22 13:09

Dheeraj Joshi


In my case this worked:

File>invalid caches/restart >invalid and restart

like image 29
Mahmoud Osman Avatar answered Sep 18 '22 13:09

Mahmoud Osman