Hello,
additional informations maybe. I have a main android project (app) working very well using android annotations. Then I added module project (lib). So inside this last one(lib), I would like to use android annotations too to bind XML layout items (TexView, Button, ...) to my Java class using @ViewById(R.id.title) by example. But nothing work. I have investigated about it through forums and after collected information, it seems that android it isn't supported in android module.
And I would like to know if it's true.