android adt bundle开发环境不显示ant ui

来源:互联网 发布:厦门理工软件学院地址 编辑:程序博客网 时间:2024/05/16 19:56

Ant core is part of every Eclipse install but not the UI, that's part of the JDT package. However we can install the Ant UI (view + editor) component directly using Eclipse's P2 director through the command line as follows

    $ cd <your eclipse install folder>    $ ./eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/kepler -installIU org.eclipse.ant.ui    Installing org.eclipse.ant.ui 3.5.400.v20130514-1341.    Operation completed in 19162 ms.

Ant UI Installed


请在linux命令行运行,windows请安装cygwin运行命令

0 0
原创粉丝点击