我安装了nodejs并做了以下事情:
npm install -g phonegap
phonegap create <app path>
cd <app path>
phonegap run android
当我执行 run android 命令时,出现以下错误:
An error occurred during creation of android-sub project. The system cannot find the project specified.
不知道这是从哪里来的。
任何线索。
谢谢