Reputation: 1865
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
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
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