BuildVersionCodesFull Enum

Definition

Enumeration of the currently known SDK major and minor version codes. The numbers increase for every release, and are guaranteed to be ordered by the release date of each release. The actual values should be considered an implementation detail, and the current encoding scheme may change in the future.

public enum BuildVersionCodesFull
type BuildVersionCodesFull = 
Inheritance
BuildVersionCodesFull

Fields

Name Value Description
Base 100000

Android 1.0.

Base11 200000

Android 1.1.

Cupcake 300000

Android 1.5.

Donut 400000

Android 1.6.

Eclair 500000

Android 2.0.

Eclair01 600000

Android 2.0.1.

EclairMr1 700000

Android 2.1.x.

Froyo 800000

Android 2.2.x.

Gingerbread 900000

Android 2.3.0-2.

GingerbreadMr1 1000000

Android 2.3.3-4.

Honeycomb 1100000

Android 3.0.x.

HoneycombMr1 1200000

Android 3.1.x.

HoneycombMr2 1300000

Android 3.2.

IceCreamSandwich 1400000

Android 4.0.0-2.

IceCreamSandwichMr1 1500000

Android 4.0.3-4.

JellyBean 1600000

Android 4.1.0-1.

JellyBeanMr1 1700000

Android 4.2.0-2.

JellyBeanMr2 1800000

Android 4.3.

Kitkat 1900000

Android 4.4.

KitkatWatch 2000000

Android 4.4W.

Lollipop 2100000

Android 5.0.

LollipopMr1 2200000

Android 5.1.

M 2300000

Android 6.0.

N 2400000

Android 7.0.

NMr1 2500000

Android 7.1.0-1.

O 2600000

Android 8.0.

OMr1 2700000

Android 8.1.

P 2800000

Android 9.

Q 2900000

Android 10.

R 3000000

Android 11.

S 3100000

Android 12.

SV2 3200000

Android 12v2.

Tiramisu 3300000

Android 13.

UpsideDownCake 3400000

Android 14.

VanillaIceCream 3500000

Android 15.

Baklava 3600000

Android 16.

Baklava1 3600001

Remarks

Enumeration of the currently known SDK major and minor version codes. The numbers increase for every release, and are guaranteed to be ordered by the release date of each release. The actual values should be considered an implementation detail, and the current encoding scheme may change in the future.

Java documentation for android.os.Build.VERSION_CODES_FULL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to