About Appium-doctor runtime hints are not internal or external commands
1. Be sure to configure android_home separately
(I was directly d:\sdk\platform-tools;d:\sdk\tools, adding to the path will cause the Appnium-doctor runtime to fail, because Android_home is not configured-- Drag the Appium-doctor.cmd to the cmd window to see it)
Create a new android_home where the system environment variable is set (right-click My Computer –> Property –> Advanced –> environment variable –> system variable –> new, note "System variable" instead of "Administrator user variable")
1) android_home=d:\sdk (directory where ANDROID SDK is located)
2) Add%android_home%\tools;%android_home%\platform-tools to path;
Tools directory Run the android command, Platform-tools directory run adb command
2. Configure Appium_home
1) Appium_home=c:\program Files (x86) \appium
2) Add%appium_home% in Path
3. Enter C:\Program Files (x86) \appium\node_modules\.bin and run Appium-doctor to succeed.
About Appium-doctor runtime hints are not internal or external commands