Maven IntellijIdea - WonderCsabo/androidannotations GitHub Wiki
Since Android Studio removes the Maven-related configurations, it is recommended to use IntelliJ IDEA instead
Note
- Please read the Configuration page first
- Looking for an example? See this project.
Importing your project into IntelliJ
- In IntelliJ, go to Open...
- In the dialog window, select your project's pom.xml file
- Click OK
- Wait until IntelliJ imports the project and builds up the indices
- If the Framework detected popup shows up, click on the Configure link on it
- Now your project will use the Android Framework
- Make the project, this will always invoke annotation processors like AndroidAnnotations
Next step
- Start using AndroidAnnotations