简体   繁体   English

如何在Eclipse中重新安装缺少的构建工具?

[英]How to install back the missing build tools in eclipse?

I'm on Windows. 我在Windows上。 I received the error when I type cordova build in the cmd. 在cmd中键入cordova build时收到错误。 I found out the my build tools are not enough. 我发现我的构建工具还不够。 How can I get the rest of the build tools? 我如何获得其余的构建工具?

在此处输入图片说明

在此处输入图片说明

friend you are still using Eclipse, it can cause a problem because now eclipse is not official ide for android development that's Y it will not receive support library updates any more , so it can cause compilation issue (i have personally experienced it with views ). 朋友,您仍在使用Eclipse,这可能会引起问题,因为现在eclipse不再是android开发的官方工具,是的, 它不再接收支持库更新 ,因此可能会导致编译问题(我个人曾用Views体验过)。
If you still want to use you can try reduce Build sdk to API-19, may be it can temp. 如果仍要使用,可以尝试将Build sdk减少为API-19,也许可以临时使用。 remove your errors Best of Luck 消除错误祝您好运

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

1.This might help you if you installed the ADT plugin manually But if you are using the eclipse from the Eclipse ADT Bundle the below steps could break your eclipse and you may not be able to use the eclipse again! 1.如果您手动安装了ADT插件,这可能对您有所帮助。但是,如果您使用的是Eclipse ADT捆绑包中的eclipse,则以下步骤可能会破坏eclipse,并且您可能无法再次使用eclipse!

Go to

Help --> About Eclipse SDK --> Installation Details.. Now you will see all 22.0 version and then click Uninstall button at bottom 帮助->关于Eclipse SDK->安装详细信息。现在,您将看到所有22.0版本,然后单击底部的“卸载”按钮

After uninstallation goto 卸载后转到

Help --> Install New Software --> http://dl-ssl.google.com/android/eclipse/ then install all the things now it is ready 帮助->安装新软件-> http://dl-ssl.google.com/android/eclipse/,然后安装所有东西,现在一切就绪

  1. For more details this link can help you Update Eclipse with Android development tools v. 23 有关更多详细信息,此链接可以帮助您使用Android开发工具23版更新Eclipse。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM