How to access developer.android.com from Turkey

You want to access to developer android com so you should add these to your hosts file and flush dns :

sudo gedit /etc/hosts

74.125.93.121 www.appbrain.com 
74.125.93.121 s1.appbrain.com 
74.125.93.121 s2.appbrain.com 
74.125.93.121 s3.appbrain.com 
74.125.93.121 s4.appbrain.com 
74.125.93.121 developer.android.com 
216.239.38.21 developer.android.com

And then restart your networking :

sudo /etc/init.d/networking restart

Or  

sudo /etc/init.d/networking stop
sudo /etc/init.d/networking start

If you are using windows you may find host file on:

C:\Windows\System32\drivers\etc\

And then flush the dns by opening the cmd and writing this command.

ipconfig -flushdns

Resource : 

No comments: