Android:How to update new API levels in Eclipse

11,985

You need to select in eclipse windows mwnu and select Android SDK Manager and it check which API level is not install and select API level that you want to install and then install packages and accept all terms and conditions and install new API.

Share:
11,985

Related videos on Youtube

Dileep Perla
Author by

Dileep Perla

Updated on June 04, 2022

Comments

  • Dileep Perla
    Dileep Perla over 1 year

    In Eclipse(Helios) I am getting the android API level upto 13(Android 3.2) only. I want to create a project in Android 4.0, but when I create a new project, I am getting the target API level upto 13 only. I had updated the ADT and SDK Platform tools to latest version. Even in the AVD manager, when I create a new AVD, target version appears upto API level 13 only.

    • user1387035
      user1387035 about 11 years
      Select android sdk manager.It gives package name,api.you can install the new api levels from there
    • JiTHiN
      JiTHiN about 11 years
      Which version of ADT plugin are you using?
  • Dileep Perla
    Dileep Perla about 11 years
    thanks, Its showing new API levels now.It took sometime to display the API levels in my Android SDK manager.