stretch
stretch

Reputation: 231

Android Studio slow download during setup

I wanted to install Android Studio as I'm new to Android programming but after initial install, it downloads the packages sooooo slowly compared to normal downloads on my home internet.

Things I've tried:

Is there a completely offline install for Android studio, like other software (i.e. Google Chrome)? Then I could use a download manager to get it quickly.

ss

Upvotes: 14

Views: 28035

Answers (4)

Praveen Meghwal
Praveen Meghwal

Reputation: 462

Copy the download link And paste it in chrome's address bar if you have IDM it it will ask you to download it.enter image description here

Upvotes: 1

Keshav
Keshav

Reputation: 31

Check on "force https" in the SDK Manager settings.

Upvotes: 2

Shlomi
Shlomi

Reputation: 367

Disable https AND disable use cache solved the problem for me

Upvotes: 4

Junior Mayhe
Junior Mayhe

Reputation: 16411

Sometimes the slowness is also related to antivirus.

In my case, Java Platform was doing all the download process in the background when using Android SDK Manager.

enter image description here

If someone is experiencing a slow download, an alternative is forcing Android SDK Manager to use http connection and not https.

The download process itself is really annoying, takes forever anyway as we can notice. There should be mirrors for those files to accelerate this download process.

enter image description here

Upvotes: 5

Related Questions