Skip to content
Romain SERTELON edited this page Jan 6, 2012 · 1 revision

We now use the functional-test-1-5 project to test functional changes. It uses Robolectric, which enables functional tests without having to start an emulator.

Instructions

HelloWorldEclipse is mainly used as a test project to develop new features on AndroidAnnotations. Therefore, it should not be imported as a standalone project.

  1. Checkout AndroidAnnotations: git://github.com/excilys/androidannotations.git
  2. Run mvn package to create the jar in the target folder of the AndroidAnnotations project
  3. Import the AndroidAnnotations project into Eclipse, as a Maven project (using M2Eclipse)
  4. Import the HelloWorldEclipse project into Eclipse.

Using AndroidAnnotations

Questions?

Enjoying AndroidAnnotations

Improving AndroidAnnotations

Clone this wiki locally