API levels that can be specified in scripts. Note that the lowest API level here strictly corresponds to the lowest supported API level, however these values should not be used to determine the highest supported API level.
AndroidApiLevelAuto | 根据计算机上最新安装的 SDK 自动设置目标 API 级别。 |
AndroidApiLevel22 | Android 5.1,“Lollipop”,API 级别 22。 |
AndroidApiLevel23 | Android 6.0,“Marshmallow”,API 级别 23。 |
AndroidApiLevel24 | Android 7.0,“Nougat”,API 级别 24。 |
AndroidApiLevel25 | Android 7.1,“Nougat”,API 级别 25。 |
AndroidApiLevel26 | Android 8.0,“Oreo”,API 级别 26。 |
AndroidApiLevel27 | Android 8.1,“Oreo”,API 级别 27。 |
AndroidApiLevel28 | Android 9.0,“Pie”,API 级别 28。 |
AndroidApiLevel29 | Android 10.0,API 级别 29。 |
AndroidApiLevel30 | Android 11.0, API level 30. |