In this tutorial
The link to check the API level
Each Android version is mapped to an api level. You can see this mapping here: https://developer.android.com/about/dashboards/index.html
Is no longer useful as Google moved the list to Android Studio
android.jar / targetSdkVersion / minSdkVersion
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
www.b4x.com
The link to check the API level
Each Android version is mapped to an api level. You can see this mapping here: https://developer.android.com/about/dashboards/index.html
Is no longer useful as Google moved the list to Android Studio