哪个 API 版本适用于 Android 2.3.6?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10042141/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 02:17:54  来源:igfitidea点击:

Which API version for Android 2.3.6?

androidandroid-sdk-2.3

提问by polyglot

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.

我需要为 android 2.3.6 制作一个应用程序。我应该使用哪个 SDK?SDK Manager 仅显示 2.3.3 API 10 作为最高版本。

回答by Joachim Isaksson

The Android API level listsays 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.

Android API 级别列表表明,您可以用于 2.3.6 的最高 API 级别是 API 级别 10。下一个更高的级别 11 至少需要 Android 3.0。

回答by MAC

use 2.3.6 API 10 which full fills your requirement

使用 2.3.6 API 10 完全满足您的要求

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

如果您使用 2.2 或 2.1,它还可以帮助您使其兼容较低版本