I have two separate errors relating to AAPT:
The first:
AAPT2 error : check logs for details
The second:
Failed to execute aapt
The first error can be solved by adding android.enableAapt2=false
into the gradle.properties
file, but this causes the second error to occur.
It appears as if though solving the first means the second never can be solved.
What can I do to get around this?