How to solve "sdk manager path not recognized as internal or external command error"?

enter image description here

Why doesn't my SDK open and says the SDK is not recognized as an internal or external command and I need help updating my SDK?

But he keeps telling me that the SDK manager opens, but ultimately it won't show up.

+3


source to share


3 answers


To fix this problem, you have to check two things:

  • Your sdk location path

  • Your java environment variable

Not. 1:



Window -> Preferences -> Android

and in the SDK section find the folder containing the SDK and click Apply. Make sure there is a file named SDK Manager in the selected folder.

No 2. Solution:

Just reset your java path to environment variables

.

+1


source


You may have uninstalled the SDK manager or changed its location. try resetting your SDK manager path manually after looking for it.



0


source


I think your SDK path is wrong, please configure your SDK path

in the menu, go to File

β†’ Project Structure

, then change Android SDK Location

.

enter image description here

0


source







All Articles