Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

  • installing packages through the SDK manager but the download speed is the same, reporting 10KB/s.

  • these old answers: Slow SDK download through Android SDK manager

  • placing my PC in my routers DMZ

  • removing my router to directly connect to my modem

  • other compters

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

like image 551
stretch Avatar asked Jan 14 '15 03:01

stretch


2 Answers

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

like image 192
Junior Mayhé Avatar answered Sep 29 '22 00:09

Junior Mayhé


Disable https AND disable use cache solved the problem for me

like image 38
Shlomi Avatar answered Sep 29 '22 01:09

Shlomi