Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Problem to run the application; showing some error message. Flutter

Flutter Fix

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 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  

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Replace minSdkVersion 20 in file build.gradle at folder Android/app/

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading