Android: how to update new API levels in Eclipse

In Eclipse (Helios) I only get the Android API level up to 13 (Android 3.2). I want to create a project in Android 4.0, but when I create a new project, I get the target API level only to 13. I updated the tools of the ADT platform and SDK to the latest version. Even in the AVD manager, when I create a new AVD, the target version appears only up to API level 13.

+6
source share
2 answers

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

+4
source

Open the Android SDK Manager by clicking on the icon (the green download icon right below the Eclipse drop-down menu) or by running: ANDROID_SDK_FOLDER \ tools \ android.bat

And install more SDK platforms

0
source

Source: https://habr.com/ru/post/922794/


All Articles