简体   繁体   中英

Recommended Minimum SDK for this 2021

I want to ask about Android Studio. What is the recommended Minimum SDK for this 2021, I'm currently using api target SDK 31? And how to determine the best Minimum SDK for current latest api? whether browsing on the internet or asking in forums?

The minimum SDK is the minimum version of Android your app will support. If you would like to support older phones, you should set your minimum SDK level lower, and if you want to reduce code complexity and only support newer phones, you can go with a higher SDK level.

The numbers correspond with android versions .

I would personally recommend supporting Android 5.1+ (minimum SDK of 22) if you do not know where to start, as compatibility with android 4 gets tricky.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM