Android API Level / Versions Resource CSV

For those that do not want to use an extension.......

See attached a csv - list of pairs for all android versions and apis, up to 14/34.

You can use this with the Screen1 PlatformVersion block to get the api of the device.

av.csv (542 Bytes)

extract:

image

Here is the csv as a string for use in a text block to convert to a list of lists, with all the line returns.

1.0,1\n1.1,2\n1.5,3\n1.6,4\n2.0,5\n2.0.1,6\n2.1,7\n2.2,8\n2.2.1,8\n2.2.2,8\n2.2.3,8\n2.3,9\n2.3.1,9\n2.3.2,9\n2.3.3,10\n2.3.4,10\n2.3.5,10\n2.3.6,10\n2.3.7,10\n3.0,11\n3.1,12\n3.2,13\n3.2.1,13\n3.2.2,13\n3.2.3,13\n3.2.4,13\n3.2.5,13\n3.2.6,13\n4.0,14\n4.0.1,14\n4.0.2,14\n4.0.3,15\n4.0.4,15\n4.1,16\n4.1.1,16\n4.1.2,16\n4.2,17\n4.2.1,17\n4.2.2,17\n4.3,18\n4.3.1,18\n4.4,19\n4.4.1,19\n4.4.2,19\n4.4.3,19\n4.4.4,19\n4.4W,20\n4.4W.1,20\n4.4W.2,20\n5.0,21\n5.0.1,21\n5.0.2,21\n5.1,22\n5.1.1,22\n6.0,23\n6.0.1,23\n7.0,24\n7.1,25\n7.1.1,25\n7.1.2,25\n8.0,26\n8.1,27\n9,28\n10,29\n11,30\n12,31\n12.1,32\n13,33\n14,34

(now updated to Android 14 / 34)

1 Like

Or just this:

3 Likes

Maybe someone will take the trouble to complete the dictionary and make it available as a template.

It should only start with Android 2.1 (API lebel 7), as this is the minSdkVersion with AI2.

Please open a new topic for this ...

See also here:

2 Likes

Here is the dictionary. I hope it's all good.

Dictionary_Android_Versions_and_APIs_up _to_14-34.aia (5.8 KB)

The (modified) blocks for the above: