- I’m using .2587
- I restricted appcompat to 1.2.0
- I restricted drawerlayout to 1.0.0
- I added references to lifecycle-commons and lifecycle-runtime because I got crashes due to missing classes related to those. I think this is a bug because I’m not actually using these classes directly anywhere, but for now I just need it to work.
aapt
It seems like an appcompat error that was ok with aapt but not aapt2. But if that’s the case then I would expect that legacy flag to fix it based on the docs. Only other thought is adding --auto-add-overlay
to aapt2 link, but I tried that as well with no luck