Dileep Perla
Dileep Perla

Reputation: 1865

Android:How to update new API levels in Eclipse

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.

Upvotes: 6

Views: 12353

Answers (2)

IncrediApp
IncrediApp

Reputation: 10363

Open the Android SDK Manager either by clicking it's icon (a green download icon right under Eclipse' drop down menu) or by running: ANDROID_SDK_FOLDER\tools\android.bat

And install more SDK platforms

Upvotes: 0

Newts
Newts

Reputation: 1372

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.

Upvotes: 4

Related Questions