forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Library projects
pyricau edited this page Jun 25, 2012
·
3 revisions
The id fields of the R inner classes of an Android project, such as R.id.someId, are static final constants. This allows us to use them in annotations parameter, which only accept compile time constant values.
To solve problems related to library projects, the Android team decided that the R inner classes fields of a library project would not be static final anymore. Which means we can't use them in annotations in library projects any more.
See this thread, this ACRA issue and this AA issue for more information.
Since AndroidAnnotations 2.7
14/06/2012 The 2.6 release is out
- Get started!
- Cookbook, full of recipes
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow