Hello Guys How are you all? Hope You all are fine. When I was trying to run my flutter project But I am facing the following error Android sdkmanager tool not found Try re-installing or updating your Android SDK in flutter. So today Here I come with all possible solutions for this error.
We are providing you all possible solutions to solve this error. let’s start this article without wasting your time.
How is Android sdkmanager tool not found in Flutter Error Occurs?
I was trying to run my flutter project But I am facing the following error:
Android sdkmanager tool not found in Flutter
Try re-installing or updating your Android SDK
How to Solve Android sdkmanager tool not found in Flutter?
- Android sdkmanager tool not found in Flutter
To Solve Android sdkmanager tool not found in Flutter The right solution would be if you have android studio installed then the command flutter doctor and it should now prompt you to run flutter doctor –android-licenses, once you run the license command, accept all licenses by hitting Y and it should solve the problem.
- How to Solve Android sdkmanager tool not found in Flutter?
To Solve Android sdkmanager tool not found in Flutter To resolve this Issue Just install the SDK command-line tool(latest) below in android studio. After Installing the SDK Command line tool just run the flutter doctor –android-licenses command in the terminal: flutter doctor –android-licenses and type Y when needed to accept the licenses.That’s It. Now, Your error must be solved.
Solution 1: Install the SDK command-line tool
- To resolve this Issue Just install the SDK command-line tool(latest) below in android studio.

- After Installing the SDK Command line tool just run the flutter doctor –android-licenses command in the terminal.
flutter doctor --android-licenses
- and type Y when needed to accept the licenses.
- That’s It.
- Now, Your error must be solved.
Solution 2: uncheck hide obsolete packages
The right solution would be if you have android studio installed then
- open SDK manager.
- under SDK tools uncheck and hide obsolete packages at the bottom.
- then you should see an option called
Android SDK Tools (Obsolete)
. - check it and apply and let the studio download the package.
- once done run the command
flutter doctor
and it should now prompt you to runflutter doctor --android-licenses
once you run the license command accept all licenses by hitting Y and it should solve the problem.
Solution 3: Reinstall Android SDK Tools
- Delete the “Android SDK Tools” from SDK Manager
- Reinstall it by first deselecting the “Hide Obsolete Packages” and then selecting “Android SDK Tools (Obsolete)”, and installing it.
- run
flutter doctor --android-licenses
and selecty
for the prompts - run
flutter doctor
and everything will be fine!!!! - Now, Your error must be solved.
It’s high time flutter comes as an installation package ensuring no configuration setup.
Summary
So, It’s All About This Error. I hope this tutorial helps you to Solve your error. Please Comment Below if You stucks anywhere with my code. And please comment below on which solution worked for you. Thank You.
Also, Check Out the Below Tutorials
- Please install the “Desktop development with C++” workload, including all of its default components
- How to dispose provider controller and delete it in flutter?
- set BackgrYou uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without the ‘android:exported’ property set
- Your Flutter application is created using an older version of the Android embedding. It is being deprecated in favor of Android embedding v2
- Requested but did not find extension point with identifie