Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 789
Dileep Perla Avatar asked Aug 14 '12 05:08

Dileep Perla


1 Answers

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.

like image 144
Newts Avatar answered Oct 10 '22 08:10

Newts