5

I want to learn Annotation, and i create a demo project. But when I create a class extends AbstractProcessor, Android Studio can't find this class. How can I add it.

comrade
  • 4,590
  • 5
  • 33
  • 48
Charon Chui
  • 71
  • 2
  • 8

1 Answers1

18

In Android Studio, if you go on File > New > New Module and select Java Library instead of Android Library, you should then be able to extend AbstractProcessor.

Greg
  • 890
  • 5
  • 9