Build error referencing build.xml and proguard file: “null returned: 1”

后端 未结 7 848
梦如初夏
梦如初夏 2021-01-02 08:34

While building my PhoneGap app (with the Facebook SDK plugin installed), I encountered this error:

BUILD FAILED C:\\adt-bundle-windows-x86_64-201305

7条回答
  •  佛祖请我去吃肉
    2021-01-02 09:32

    Verify your JAVA_HOME variable is correctly set to some path like C:\Program Files\Java\jdk1.7.0_67\ and if the error still goes on, it may be solved going to the build.xml and setting true to the variable fork, or the passed variable ${need.javac.fork}, which sets fork´s value in:

    fork="${need.javac.fork}"

提交回复
热议问题