Android Studio keeps repeating the same link at the rate of 10 lines/ second, and the download doesn't progress even after hours. I've tried switching from Linux to Windows, but the same problem occurs.
Asked
Active
Viewed 175 times
sudo
because su isn't the same user that you need to be when installing Android Studio. Just repeat the instructions and usesudo
every time instead ofsu
orsudo -i
and maybe it will work. Especially don't usesudo -i
if you don't want to keep getting the same error. – karel Feb 13 '18 at 17:50