AndroidSdkVersions
Enumeration
Supported Android SDK versions
Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.
Values
| AndroidApiLevel6 |
Android 2.0.1, "Eclair", API level 6
|
| AndroidApiLevel7 |
Android 2.1, "Eclair", API level 7
|
| AndroidApiLevel8 |
Android 2.2, "Froyo", API level 8
|
| AndroidApiLevel9 |
Android 2.3.1, "Gingerbread", API level 9
|
| AndroidApiLevel10 |
Android 2.3.3, "Gingerbread", API level 10
|
| AndroidApiLevel11 |
Android 3.0, "Honeycomb", API level 11
|
| AndroidApiLevel12 |
Android 3.1, "Honeycomb", API level 12
|
| AndroidApiLevel13 |
Android 3.2, "Honeycomb", API level 13
|
| AndroidApiLevel14 |
Android 4.0, "Ice Cream Sandwich", API level 14
|
|