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

How to secure java code [jar file]

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