如何在eclipse中安装缺少的构建工具?

时间:2015-05-01 05:44:50

标签: android eclipse cordova ant build-tools

我在Windows上。我在cmd中键入cordova build时收到错误。我发现我的构建工具还不够。我如何获得其余的构建工具?

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:2)

朋友你还在使用Eclipse,它可能会导致一个问题,因为现在eclipse不是Android开发的官方ide,因为Y 它将不再接收支持库更新,因此它可能导致编译问题(我个人经历了观点)。
如果您仍想使用,可以尝试将Build sdk减少到API-19,也许它可以临时。删除你的错误 最好的运气

enter code here
   <uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="21"/>

答案 1 :(得分:0)

1.如果您手动安装ADT插件,这可能对您有所帮助但是如果您使用Eclipse ADT Bundle中的eclipse,以下步骤可能会破坏您的日食,您可能无法再次使用eclipse!

转到

帮助 - &gt;关于Eclipse SDK - &gt;安装细节.. 现在您将看到所有22.0版本,然后单击底部的卸载按钮

卸载后转到

帮助 - &gt;安装新软件 - &gt; http://dl-ssl.google.com/android/eclipse/ 然后安装现在准备好的所有东西

  1. 有关详细信息,此链接可以帮助您Update Eclipse with Android development tools v. 23