Skip to content

Eclipse Project Configuration

PerfectCarl edited this page Dec 29, 2013 · 31 revisions

Notes

  • Please read the Configuration page first
  • Make sure executing java -version in a prompt shows at least version 1.6.X.

There are two scenarios for you to AndroidAnnotations from within Eclipse:

[Eclipse] (Eclipse-Only-Configuration)

The dependencies are must be added in the local libs folder of your application

[Eclipse with Ivy] (Eclipse-Ivy-Configuration)

The jar dependencies (included the android-annotation-api jar) are declared in a ivy manifest file. The jars are retrieved from online repositories along with the source files (if available).

A complete tutorial about ivy is [available] (http://ant.apache.org/ivy/history/latest-milestone/tutorial/start.html) .

Ivy screenshot Note: This scenario requires the [ivy-ide plugin] (http://ant.apache.org/ivy/ivyde/screenshots.html) for Eclipse.

Using AndroidAnnotations

Questions?

Enjoying AndroidAnnotations

Improving AndroidAnnotations

Clone this wiki locally