Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which API version for Android 2.3.6?

Tags:

I need to make an app for an android 2.3.6. Which SDK Should I use? SDK Manager only shows 2.3.3 API 10 as the highest one.

like image 569
polyglot Avatar asked Apr 06 '12 10:04

polyglot


People also ask

What Android API level should I use?

When you upload an APK, it must meet Google Play's target API level requirements. New apps must target Android 12 (API level 31) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher.

What version of Android is API 23?

Initial release for Android 6.0 (API level 23).

How do I know my Android API level?

If you are on at least API version 4 (Android 1.6 Donut), the current suggested way of getting the API level would be to check the value of android. os. Build. VERSION.

What version of Android is API 26?

Android 8.0 (API level 26) includes a new content-centric, Android TV home screen experience, which is available with the Android TV emulator and Nexus Player device image for Android 8.0.


2 Answers

The Android API level list says that the highest API level you can use for 2.3.6 is API level 10. The next higher level 11 requires at least Android 3.0.

like image 141
Joachim Isaksson Avatar answered Oct 06 '22 01:10

Joachim Isaksson


use 2.3.6 API 10 which full fills your requirement

If you use 2.2 or 2.1 it also help you to make it compatible for lower versions

like image 22
MAC Avatar answered Oct 06 '22 00:10

MAC