Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android SDK manager, only show installed package

Tags:

android

sdk

There is something wrong with my SDK manager, which only show the installed package. I couldn't install the others.

*I downloaded the ADT bundle for windows from http://developer.android.com/sdk/index.html

enter image description hereenter image description here

Does anyone know why? Thx!

like image 629
Brendon Tsai Avatar asked Aug 11 '13 07:08

Brendon Tsai


2 Answers

Have you tried running the SDK Manager with Run as Administrator?

It always fails loading or downloading packages for me when it isn't ran as an admin.

like image 191
Gatekeeper Avatar answered Sep 24 '22 09:09

Gatekeeper


I had the same problem and its about proxy issues I think. To solve it: in SDK manager go to Tools > options In other section check the below: force https://... sources to be fetched using http://...

Then it will fetch all the packages!

like image 39
mohi Avatar answered Sep 24 '22 09:09

mohi