【发布时间】:2013-05-16 13:14:30
【问题描述】:
我正在使用本指南:
https://github.com/appium/appium/blob/master/docs/running-on-windows.md
在这一步:
grunt configAndroidBootstrap
我无法让它运行。我试过了:
- 在节点内运行它。
-
GitHub\appium\node_modules\.bin\grunt.cmdconfigAndroidBootstrap
运行\appium\node_modules\.bin\grunt.cmd 本身可以工作,它至少可以做一些事情。但是当我添加 configAndroid.. 部分时:
Running "configAndroidBootstrap" task
The system cannot find the path specified.
Warning: Task "configAndroidBootstrap" failed. Use --force to continue.
Aborted due to warnings.
想法?
谢谢。
【问题讨论】: