Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the minimum SDK version should I choose? (as in Nov 2018)

Tags:

As I am aware, default min SDK set in android studio is 15. I have read that I should increase it as there aren't many (or maybe none) who is still using that android version. Plus, I am planning to use some new features in android studio which only works in higher API.

May I know, as for now what would be your minimum SDK version, so as to guide me choose mine.

like image 299
Ehsan Rosdi Avatar asked Nov 11 '18 15:11

Ehsan Rosdi


People also ask

What should be the min SDK version?

android:minSdkVersion — Specifies the minimum API Level on which the application is able to run. The default value is "1".

How do I choose the minimum Android SDK?

Developers can find the latest Android Platform/API Version Distribution statistics by creating a new project in Android Studio and then selecting “help me choose” under the minimum SDK dropdown.

What is the minimum SDK version for Android 11?

For the best development experience with the Android 11 SDK, use Android Studio 4.2 or higher. You can compile and test Android 11 apps using Android Studio 3.3 and higher, but some users of the Android 11 SDK may encounter Gradle sync failures and warnings about outdated dependencies.

Which SDK should I use in Android Studio?

Get Android Studio The Android 13 SDK includes changes that are not compatible with some older versions of Android Studio. For the best development experience with the Android 13 SDK, use Android Studio Chipmunk | 2021.2. 1 or higher.


1 Answers

The Android Dashboard may answer your question. It contains the most accurate distribution of Android versions with an average delta of 7 days. The current page claims :

Data collected during a 7-day period ending on October 26, 2018.

So you're pretty accurate with this.

To answer your question, based on the dashboard, targeting the API version 19 will cover 96.5% of all current Android devices worldwide

like image 61
Arthur Attout Avatar answered Oct 20 '22 07:10

Arthur Attout