Posts

Showing posts from July, 2019

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

Image
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