When I try to get a device driver, I get an error:

http://pastebin.com/UyJ2dduP

When executing new AndroidDriver(url, capabilities); . URL is correct. Everything works correctly on Mac OS X. It used to work on Windows before the appium update. Update conducted through nmp install -g appium . I start the server through AppData\Roaming\npm\appium . The server starts up correctly (check through url passes).

    1 answer 1

    In addition to the fact that ANDROID_HOME must be specified and the paths to the platform_tools and tools must be specified in the PATH path to the SDK itself must also be included in the PATH . And %ANDROID_HOME% will not work. Need an absolute path.