Flutter/Pub.dev(Plug-in)

[Flutter] 안드로이드 API Level - 최소사양 체크용

개발자킹콩 2023. 6. 8. 15:25

안드로이드는 확실히 옛날 폰 쓰시는 분들이 많구만.

 

SDK 19 미만은 구글이 버린 상태이고,

SDK 21 이하는 정상적인 앱 구동이 안되는 경우가 많다.

 

pub.dev 를 보면 대부분의 기능이 최소 SDK 버전을 21로 지정하도록 되어있다.

2014년 11월에 나온 롤리팝이 그 버전이다.

여러분 소프트웨어 업데이트를 생활화 합시다.

 

 

 

https://learn.microsoft.com/en-us/xamarin/android/app-fundamentals/android-api-levels?tabs=macos 

 

Understanding Android API Levels - Xamarin

Xamarin.Android has several Android API level settings that determine your app's compatibility with multiple versions of Android. This guide explains what these settings mean, how to configure them, and what effect they have on your app at run time.

learn.microsoft.com