Aapt2

  1. I’m using .2587
  2. I restricted appcompat to 1.2.0
  3. I restricted drawerlayout to 1.0.0
  4. 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

                 aapt compile> unknown option '--auto-add-overlay'.

Ah, looks like this one has to go onto “link”. makes no diff though :frowning:

1 Like