How to solve "flutter requires android sdk 28 and the android build tools 28.0.3" issue

I was trying to install flutter in windows 10 PC.
after running "flutter doctor" in the console the problem appears :
"flutter requires android sdk 28 and the android build tools 28.0.3"



Solution : 
Step 01 : Open project
File > Project structure


Step 02 :
Project > Select Android API ... Platform




Result : 
Now I can run the project properly


Comments

Popular posts from this blog

Android Date picker dialog setMinDate(long) and setMaxDate(long) issue

How to calculate total number days difference between to dates in Android - java, Android

How to solve Android Studio rendering problem