안드로이드는 확실히 옛날 폰 쓰시는 분들이 많구만.
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
'Flutter > Pub.dev(Plug-in)' 카테고리의 다른 글
[Flutter] 가속도와 자이로스코프 센서 (sensors_plus, shake) (0) | 2023.04.08 |
---|---|
[Flutter] webview_flutter: 3.0.2 (0) | 2023.04.01 |
[Flutter] 하드웨어(주변장치) 플러그인 종류 (0) | 2023.03.27 |