Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing SDK platform Android, API 18

While I am trying to Install API 18 it shows only "Google API 18"(nothing more). Now if I try to install these google APIs from Android SDK Manager it shows a message "this package depends on "Missing SDK platform Android, API 18". and Install button is disabled.

Does anybody here have Any idea how to install API 18(4.3_MR2 sdk) with eclipse

like image 754
AAnkit Avatar asked Jul 29 '13 05:07

AAnkit


People also ask

How do I fix Android SDK missing?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

How do I find my android platform SDK?

Navigate to “Appearance & Behavior” > “System Settings” > “Android SDK” and now you can see the SDK versions that were installed in the “API Level” and “Name” columns (focus on “API Level”).


2 Answers

Have you installed SDK platform tool version 18? In your SDK Manager, there will be the latest version of SDK Platform tools that you have to install first then restart eclipse and then try for Android SDK API 18

enter image description here

like image 130
Android Killer Avatar answered Sep 17 '22 19:09

Android Killer


Do this first:

Eclipse > Window > Android SDK Manager > Packages > Reload

Then retry installing

like image 27
Jainendra Avatar answered Sep 20 '22 19:09

Jainendra