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.
Asked
Active
Viewed 3,704 times
1 Answers
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
-
Very Good. Thank you. – Charon Chui Jun 24 '16 at 02:08