


Step 2: In project Structure window, select app module in the list given on left side. Step 1: Open your Android Studio, and go to Menu. How to change API SDK level in Android Studioįor changing the API level in android we have two different Approaches, let’s check both one by one:Īpproach 1 To Change SDK API Level in Android Studio: Your app will be compatible with all the version of android which are falling between minimum level SDK and target SDK. MinSdkVersion means minimum Android OS version that will support your app and targetSdkVersion means the version for which you are actually developing your application. For setting Minimum level and Maximum level android studio provides two terminologies. This defines for which version you are targeting your application and what is going to be the minimum level of android version in your application will run. Basically, API level means the Android version.
