Closed b-codex closed 2 years ago
I found the solution as soon as i posted this. I'm working with flutter just in case it doesn't work with other languages.
What you need to do is change the values of the following to an integer
compileSdkVersion 31
minSdkVersion 21 targetSdkVersion 29
this solved it for me.
Discussion: launcher icons won't be built for android
This issue has been made to discuss launcher icons won't be built for android
Summary
i am trying to build launcher icons for my flutter project and i'm getting some errors and i dont know how to deal with them
sdk versions are as follows
pubspec.yaml config is as follows
the error is as follows
how can i fix this error?