How to solve “Missing SDK Platform Android, API xx” while updating in Android SDK Manager

The main problem I always face while updating Android SDK in Eclipse is either the latest SDK doesn’t show up in the SDK Manager or updates for “Android SDK tools” and “Android SDK platform-tools” were never available. Seems this always happens in the older versions of eclipse, one of my friends who is using the latest eclipse version doesn’t seem to have this problem.
On one fine day, I feel like I should start blogging these as Android debugging series, at least for personal reference since I am doing a lot of Android developments lately.

Here's how to solve the problem of "Missing SDK Platform Android, API xx":
  1. Update Android SDK manager from Eclipse first: Click “Help” from the menu bar->Check for Updates -> Update the “Android SDK Manager” 
  2. Open Android SDK Manager, install “Android Support Repository” if you haven’t installed it. 
  3. Open Android SDK Manager->Select “Packages” from menu bar->Click “Reload” 
  4. By now, you should see updates for “Android SDK tools” and “Android SDK platform-tools”. Install them first. 
  5. After that “Reload” SDK Manager again. Sometimes “Reload” doesn’t work, just close the Android SDK Manager and reopen it. You shall see the latest SDK Platform appear in the list.
~Happy c0d1ng!~

0 comments:

Post a Comment

Please feel free to use any font to comment :)