24

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.

polyglot
  • 423
  • 1
  • 4
  • 7

2 Answers2

21

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.

Joachim Isaksson
  • 176,943
  • 25
  • 281
  • 294
6

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

MAC
  • 15,799
  • 8
  • 54
  • 95