Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
When I write the flutter doctor command in cmd I get this error.
Error
No valid Android SDK platforms found in C:\Users\dharm\AppData\Local\Android\Sdk\platforms. Candidates were: β android-10 β android-16 β android-20 β android-22 β android-25 β android-29 β android-30 β android-31 β android-32 β android-33 β android-33-ext5 β android-8

Solution
env

path

flutter sdk

platforms

plugins

It appears as though this message shows up when you donβt have any build-tools packages installed. At the time of writing, to install the minimum required versions, you can fix this issue with:
sdkmanager "platform-tools" "platforms;android-30" "build-tools;30.0.3" |