This is the output of my Gradle console, I am unable to build my project
D:\\Android Projects\\....\\app\\src\\main\\res\\layout\\topic_view_header.xml Error
Disabling the AAPT2 mght cause issue in further development, In my case the error was generated when I created the app icon.
I solve it by removing this line
android:viewportWidth="Infinity" android:viewportHeight="Infinity"