Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 2.2.2: All packages are not available for download

Tags:

I installed Android Studio 2.2.2 on my system. After when I openend one of the projects which have compileSdkVersion 23, got following error,

>  Error:Failed to find target with hash string 'android-22' in: > href="install.android.platform">Install missing platform(s) and sync > project</a> 

I know this error means I need to download sdk packages but I'm not able to do so. Also in my SDK Manager I don't see all APIs to install

enter image description here

like image 575
musica Avatar asked Nov 04 '16 06:11

musica


People also ask

How do I download a specific version of Android Studio?

If you know the version you want, a link like http://tools.android.com/download/studio/builds/2-1-3 will get you to a download page for 2.1. 3 via the tools.android.com site, if you prefer.

Can I download Android Studio for 32 bit?

Downloading Android Studio Under downloads for windows, you can either download 64 bit or 32-bit versions. The 32-bit version can only be downloaded as a zip file, while 64 bit is available as exe installer. Next, accept the license agreement and click on “ Download Android Studio for Windows ” to begin download.

How do I download Android emulator?

In Android Studio, go to Tools > SDK Manager. In the SDK Tools tab, select the latest version of Android Emulator, and click OK. This action installs the latest version if it isn't already installed. Go to Tools > Device Manager, follow the instructions on the page that appears, and select Create device.


2 Answers

I was facing the same issue. For me, it got resolved by setting proxy settings.

Android Studio > File > Settings >appearance and behavior> System Settings > HTTP Proxy

I would suggest checking any proxy is required to enable internet for your android studio. Hope this will help somebody.

like image 106
Kundan Singh Thakur Avatar answered Sep 19 '22 13:09

Kundan Singh Thakur


Open Android SDK Manager

  1. Click on Tools.
  2. Click on Android.
  3. Click on SDK Manager.

Update your SDK's

Then Sync ,Re-Build and Restart Your Project

like image 23
Sampad Avatar answered Sep 18 '22 13:09

Sampad