Richard
Richard

Reputation: 1117

Android Studio showing that SDK is already installed but it isn't

I've been using Android Studio for a long time and this time I have to install it to a work computer which has strict internet access.

When it tries to install the SDK automatically it gives me this (see picture below) but the folder does not even exist.

enter image description here

Additionally when going into settings and trying to check for updates I get the following error: Connection failed (Read timed out). Please check network connection and try again.
I tried setting HTTP Proxy to No proxy and also tried other proxy settings but that seems to have no effect.

How am i supposed to proceed?

Upvotes: 4

Views: 1626

Answers (3)

user17465163
user17465163

Reputation: 1

I needed to change my laptop's default language to English because I had a different language set as the default, so I couldn't download the Android SDK.

Upvotes: 0

Richard
Richard

Reputation: 1117

The answer was quite simple. I had to change my HTTP Proxy to office proxy and it started working.

By adding manual proxy config and logging in there.

Upvotes: 3

X-Black...
X-Black...

Reputation: 1596

  1. Disable the Offline work option in the Settings - Gradle
  2. Under File Menu, click on Invalidate Caches / Restart
  3. Test your network source (Wi-fi/cable), if it works fine

Now, try again..

Upvotes: 1

Related Questions