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.
My large app still fails to build with the new annotationProcessor, databinding and AA.
I've tried to isolate the error in a demo project. While the demo project fails with a different error than my actual project, it shows that library projects seem to require more configuration than stated in the wiki.
The error I'm getting in the demo project (attached): Error:Could not find the AndroidManifest.xml file, using generation folder [/home/foo/bar/AATest/library/build/generated/source/apt/release])
In the actual project it fails with cannot find symbol ... on any annotated library classes.