How to solve "sdk manager path not recognized as internal or external command error"?
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 to share