A corresponding API level, such as API level 28An Android code name may correspond to multiple versions and API levels (as seen in the table below), but each Android version corresponds to exactly one API level.In addition, Xamarin.Android defines build version codes that map to the currently...
A quick reference table of Android versions with SDK & API levels, version codes, codenames, cumulative usage, and more.
这样做的主要原因是,应用程序会通过android:miniSdkVersion声明的API级别来告知系统——该应用程序使用的API是指定引入的API级别。假如没有这种属性声明,一个应用程序如果因为某些不知名的原因被安装在低级别API系统之上,那么该应用程序会在运行时因为尝试访问不存在的API而崩溃。为此,Android系统通过不允许应用程序被安装...
在极少数情况下,旧版本API的部分可能被修改或删除,通常这种变化是为了保障API的稳定性及应用程序或系统的安全。所有其他早期版本的API将不做修改的保留。 一个Android平台提供的框架API,被指定一个整数标识符,称为“API级别”。每一个版本的Android平台只支持有一个API级别,虽然该支持是隐含地包括了所有早期...
Platform codenames, versions, API levels, and NDK releases https://source.android.com/setup/start/build-numbers CodenameVersionAPI level/NDK release Pie 9 API level 28 Oreo 8.1.0 API level 27 Oreo 8.0.0 API level 26 Nougat 7.1 API level 25 Nougat 7.0 API level 24 Marshmallow 6.0 API leve...
Xamarin.Android 有數個 Android API 層級設定,可決定應用程式與多個 Android 版本的相容性。 本指南說明這些設定的意義、如何設定這些設定,以及在運行時間對您的應用程式產生什麼影響。快速入門Xamarin.Android 公開三個 Android API 層級項目設定:目標Framework– 指定要在建置應用程式時使用的架構。 Xamarin.Android ...
API Levels Hello! This is the source code for Android API Levels, a microsite that displays Android versions and their corresponding identifiers for Android developers. It is built with Jekyll and deployed on GitHub Pages. Changes merged into the main branch are automatically deployed. Getting start...
Android provides a unique code for each platform version in theBuildconstants class. Use these codes within your app to build conditions that ensure the code thatdepends on higher API levels is executed only when those APIs are available on the system. ...
Android provides a unique code for each platform version in theBuildconstants class. Use these codes within your app to build conditions that ensure the code thatdepends on higher API levels is executed only when those APIs are available on the system. ...
Android provides a unique code for each platform version in theBuildconstants class. Use these codes within your app to build conditions that ensure the code that depends on higher API levels is executed only when those APIs are available on the system. ...