Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details

后端 未结 30 1790
野的像风
野的像风 2020-11-22 12:51

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         


        
30条回答
  •  一个人的身影
    2020-11-22 13:44

    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"
    

提交回复
热议问题