• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android studio development behind company firewall

mtniketan

Lurker
Hello,

I am developing application using android studio but there are certain URLs got blocked at firewall and possibly installed antivirus. If anyone could list me possible URLs which will be needing to start development in Android studio that will be great.
I am using Android studio 2.3 with gradle on windows.
 
Yes. https://developer.android.com/studio/index.html sites work. But sites like https://dl.google.com/ is not accessible from office network. (I had downloaded android studio from my home machine and installed at office machine.)
I guess I need https://dl.google.com/ to compile code with gradle on android studio. Basically I need to give list of URLs and sites which need to compile through android studio to IT administrator, so as he could unblock those sites.

P.S. I am currently getting connection time out due to firewall blocking syncing. Attaching screenshot for reference.
 

Attachments

  • Android1.png
    Android1.png
    82.6 KB · Views: 468
IT administrator is ready to unblock sites, its just he needs list of sites and I am clueless about data.
Else other option is start building application and check on firewall which sites are getting blocked and subsequently whitelisting those. Its time consuming process so I was hoping for list. It could help others who works in restricted environment.
 
Does the firewall/proxy log not show which sites are being blocked?
 
Yes firewall log will as I compile, infact even studio log will also show. But its time consuming if there are multiple URLs to whitelist. As you could figure out IT department is not much helpful else would have given full access to developers.

As of now I had request to whitelist https://dl.google.com .. If it works then will update here.
 
Yes firewall log will as I compile, infact even studio log will also show. But its time consuming if there are multiple URLs to whitelist. As you could figure out IT department is not much helpful else would have given full access to developers.

As of now I had request to whitelist https://dl.google.com .. If it works then will update here.
Hello, I'm having the exact same problem at the office... is it fixed?
 
Hello, I'm having the exact same problem at the office... is it fixed?

Same as the OP, you'll either have to get your network admin to open the office firewall to what you require, or you'll need to use a VPN which should give you full, unrestricted internet access.
 
Hello,

I am developing application using android studio but there are certain URLs got blocked at firewall and possibly installed antivirus. If anyone could list me possible URLs which will be needing to start development in Android studio that will be great.
I am using Android studio 2.3 with gradle on windows.

Did you ever get the full list of sites that need to be added to the Proxy Whitelist?

Sure would be helpful to those of us with the same issue to get past to know what the URLs are that need to be added.
 
Back
Top Bottom