Open bryantwilliam opened 2 years ago
@bryantwilliam Thank you for the information. I would like to know your development environment. Can you tell us about the following?
I did not get that error in my development environment. My development environment is as follows
Thank you.
Android OS version -> 11.0 Android Studio version -> 2021.2.1 Patch 2 Flutter version -> 3.0.5 (channel stable)
@bryantwilliam I did not get the ERROR even with Android OS 11.0. It may be a device dependent issue. Thanks for the information.
If you get this error, just add to your app/src/build.gradle:
and it will solve the issue. Also, make sure
minSdkVersion
is 28 atleast.