简体   繁体   中英

Extending ADT Eclipse Plugin (Android Development Tools)

I'd like to develop an extending plugin for the ADT-Plugin for Eclipse. Are there any informations about the available extension points? Or is there a general way how i can get information about available extension points of a particular plugin?

I haven't verified this with adt, but in general you can find extension point information from the "Extensions" tab of MANIFEST.MF (in your plugin). If your plugin has a dependency on the adt plugin it should filter the list down for you.

Also the extension points would typically be defined in schema/*.exsd

Assumptions: you have the Eclipse for RCP version http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/heliossr2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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