顫動修復
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ The plugin google_maps_flutter_android requires a higher Android SDK version. │
│ Fix this issue by adding the following to the file D:\Development\ULTIMAT POS\App POS Backup\UltimatePOS_Flutter_1.7.1\pos\android\app\build.gradle: │
│ android { │
│ defaultConfig { │
│ minSdkVersion 20 │
│ } │
│ } │
│ │
│ │
│ Note that your app won't be available to users running Android SDKs below 20. │
│ Alternatively, try to find a version of this plugin that supports these lower versions of the Android SDK.
│
│ For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration
uj5u.com熱心網友回復:
在您的專案檔案夾中,查找該檔案:
android\app\build.gradle
在您的編輯器中打開它,然后搜索:
minSdkVersion flutter.minSdkVersion
將其替換為:
minSdkVersion 20
uj5u.com熱心網友回復:
在檔案夾 Android/app/ 的檔案 build.gradle 中替換 minSdkVersion 20
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/537208.html
標籤:安卓扑镖
