Cordova/PhoneGap Build Error

时间秒杀一切 提交于 2019-12-06 16:15:20

The issue is with the incompatibility of the Ant version with your Java version.

Ant version you have is 1.8.4. JDK 8 - supports only Ant 1.9 & greater

Uninstall JDK8 and revert back to JDK7

The issue was with the incompatibility of the Ant version with my Java version.

Ant version I have is 1.8.4. Initially, I had JDK 8 - which supports only Ant 1.9 & greater

Therefore, I uninstalled JDK8 and reverted back to JDK7

Yes, I could have rather updated Ant itself. That is also an option. However, I particularly needed Ant1.8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!