PhoneGap Getting Started with Android “Missing one of the following”

前端 未结 4 1654
时光取名叫无心
时光取名叫无心 2021-02-07 17:42

I am currently following this tutorial about getting started on PhoneGap. I have installed everything and set the path on system variable.

But when I am going to build t

4条回答
  •  星月不相逢
    2021-02-07 18:24

    In addition to what has been said, I had two more problems :

    1) The spaces in the paths were causing trouble : I replaced the Program Files folder this way :

    Program Files = Progra~1

    Program Files (x86) = Progra~2

    2) cscript.exe was not recognized so I added the System32 folder to the PATH.

提交回复
热议问题