I'm using this guide:
https://github.com/appium/appium/blob/master/docs/running-on-windows.md
And on this step:
grunt configAndroidBootstrap
I can't get it to run. I've tried:
GitHub\appium\node_modules\.bin\grunt.cmd configAndroidBootstrapRunning \appium\node_modules\.bin\grunt.cmd by itself works, it does something at least. But when I add the configAndroid.. part it does:
Running "configAndroidBootstrap" task
The system cannot find the path specified.
Warning: Task "configAndroidBootstrap" failed. Use --force to continue.
Aborted due to warnings.
Ideas?
Thanks.
Two options.
1.) Install pre-built Appium for Windows (no grunting required)(https://bitbucket.org/appium/appium.app/downloads/AppiumForWindows.zip)
2.) Run reset.bat instead of the grunt commands. I've updated the doc you referenced to mention that.