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"
File > Project structure
Step 02 :
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 projectFile > Project structure
Step 02 :
Project > Select Android API ... Platform
Result :
Now I can run the project properly
Comments
Post a Comment