What's the Eclipse Andmore Project?

有些话、适合烂在心里 提交于 2019-12-03 12:22:14

The purpose of Andmore is to provide Android Eclipse tooling without having to go through multiple steps.

The technology development involves integrating and refactoring the Google ADT plugins as necessary to work with the project. Similarly, the former MOTODEV plugins have components that can be integrated into the project.

Andmore includes:

  • JDT for Android Java applications.
  • CDT for C/C++ shared libraries.
  • Gradle tooling (details TBD)
  • Maven Build support via the M2E-Android Eclipse Plugin.
  • Ant support via the built in Eclipse support for ANT.
  • A fork of Google's ADT (Android Development Tools) plugins for Eclipse.These are maintained separately from Google's code line at AOSP, which will not be updated with any regularity.
  • The former MOTODEV Studio Plugins (now part of the Android Open Source Project) upgraded to work with ADT.
  • A p2 repository and product build using tycho.
  • Mylyn Reviews for Gerrit Review integration.
  • EGit for source code management.
  • GitHub Plugin from EGit for better collaboration with GitHub projects.

In addition to components, Andmore will produce an EPP package.

The source code for Andmore is maintained on Github. To contribute, please make sure you have a signed CLA with the Eclipse Foundation on file, and fork the repository. Pull requests and will be reviewed by an existing committer before being merged.

Source repository can be found at https://github.com/eclipse/andmore/

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