Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行“phonegap local run android”时,安装部分失败并出现三个错误。
第一个引用 /platforms/android/cordova/run: line 69 No such file or directory。
但是,随后显示的路径在出现空格的位置被截断。就好像 Phonegap 无法读取包含空格的路径。
另外两个错误引用了相同的文件,但第 32 和 36 行。再次出现相同的路径错误。
有没有人绕过这个路径错误?