I have installed Android SDK and packages. Since I had an error when opening a new project on Eclipse, I decided to uninstall SDK and install again. The problem now is that
Try this Tools > Options > Clear Cache, then Packages > Reload, all from the SDK Manager window.
I use VPN software, so in Android Studio I went to Default Settings -> System Settings -> HTTP Proxy and checked Auto-detect proxy settings. It works for me.
I also got the same issue when i run my SDK i was getting nothing but android SDK tools & Extras without any branches. Proxy which i was using was not allowing SDK manager to download all the items.
Above 3 steps reloaded all the package which i was longing to see for 2 days :).
If not for all atleast for few folks this might help
Thanks Hari
On Windows, right click SDK Manager in android-sdk
home directory and Run as administrator
. That solved it for me.
To everyone having this issue, I was able to fix it by installing the required dependencies through the terminal with:
sudo apt-get install libc6-dev-i386 lib32z1 default-jdk.
After that, all the other API packages showed up
For everyone who got this problem: Open SDK Manager click tools in the top menu -> options and turn on force hِttps://...sources