Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Load SDK Information Android SDK Manager in Visual Studio 2017

I am running Visual Studio Enterprise 2017 (Version 15.5.7). I am coming from a corporate network and when I try to open the Android SDK Manager, I see the screenshot below with the error - "Loading SDK component information failed. Please retry".

When I connect my machine to a connection outside of our corporate network (on LTE hotspot), I am able to load and view that screen without problem.

I suspect our corporate firewall is blocking something. We tried tracing connections coming out of my machine while trying to open that screen and hitting retry. We were unable to see anything.

Does anyone know where I can find more detailed logs on this error on my side? Or what URL specifically it may be trying to reach out to? I need to know specifically which URL it's trying to access to get the networking folks to create the exception.

Thanks!

Error Screenshot

like image 939
djrpascu Avatar asked Mar 08 '18 17:03

djrpascu


People also ask

How do I fix Android SDK not found?

Close the current project and you'll see a pop-up with a dialog which will then proceed to Configure option. Configure -> Project Defaults -> Project Structure -> SDKs on left column -> Android SDK Home Path -> give the exact path as you did on local. properties and select Valid Target.

How do I reinstall SDK Manager?

Download the latest "command line tools only" package from the Android Studio downloads page and unzip the package. Move the unzipped cmdline-tools directory into a new directory of your choice, such as android_sdk . This new directory is your Android SDK directory.


Video Answer


1 Answers

Change the repository to Google by clicking "settings icon" beside 'apply changes' button.

like image 102
Ashik Avatar answered Oct 05 '22 19:10

Ashik