Gradle IntelliJ - WonderCsabo/androidannotations GitHub Wiki

Note

Importing your project into IntelliJ

  • In IntelliJ, go to Open...
  • In the dialog window, select your project's build.gradle file, then Click OK
  • In the next window, use your usual settings, but the default gradle wrapper is recommended, then click OK
  • Wait until IntelliJ imports the project and builds up the indices
  • Make the project, this will always invoke annotation processors like AndroidAnnotations

Next step