Cannot get ant installed properly for phonegap using eclipse and windows 8

前端 未结 3 1747
离开以前
离开以前 2020-12-13 02:16

Trying to use Phonegap in Eclipse on windows 8. I\'ve created a project at C:\\Development\\HelloWorld. In the command line, when I type:

phonegap local buil         


        
3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 03:08

    Just as a extra note to Rex_C's answer: Be sure to reference the Java Development Kit (JDK) and not the Java Runtime Environment (JRE) in the JAVA_HOME variable. This will prevent the

    Command failed to execute : ant jar

    error when running phonegap->android.

提交回复
热议问题