You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kay-Uwe Janssen edited this page Oct 9, 2016
·
3 revisions
If you have troubles with AndroidAnnotations, here is a short guide to kill the bugs:
Open the generated subclasses (Ctrl+Shift+T in Eclipse) and put breakpoints there. The generated code is readable on purpose, to let you debug it easily.
Make sure you've read the Cookbook sections related to the features you are using.
Check that your problem is not referenced in the Technical FAQ
Check the annotation processor logs (in Eclipse: Window > Show View > Error Log)
Check that your issue is not already reported in the existing open issues.
Don't forget to provide as much information as you can : IDE, version of IDE, build environment (Maven, Ant), OS, annotation processor logs, full stacktraces, annotated code & generated code & AndroidManifest.xml content