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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Currently, the package of the R class is derived from the AndroidManifest.xml.
The aapt tools allows overriding the application package without changing the locations of the BuildConfig or R classes to avoid having to change the code. This behaviour breaks AndroidAnnotation's R lookup.
As an enhancement, it should be possible to specify the package of the R class similar to how the path to the AndroidManifest.xml file can be overriden.