What are sdk versions?

Android API Levels VersionSDK / API levelVersion codeAndroid 4Jetpack/AndroidX libraries require a minSdk of 14 or higher.Android 3Level 13 Android 3.2HONEYCOMB_MR2Level 12 Android 3.1HONEYCOMB_MR1Level 11 Android 3.0HONEYCOMBAPI Levels | Android versions, SDK/API levels, version codes … apilevels.com

Read more

What is Min sdk version?

The min sdk version is the earliest release of the Android SDK that your application can run on . Usually this is because of a problem with the earlier APIs, lacking functionality, or some other behavioural issue. The target sdk version is the version your application was targeted to run on.

Read more