com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource compilation failed after updating android studio

后端 未结 10 1548
清歌不尽
清歌不尽 2021-02-04 08:29

After updating android studio,i am getting this error.how to fix this??

org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures.
    at         


        
10条回答
  •  死守一世寂寞
    2021-02-04 08:59

    This is what solved the problem for me:

    In my ids.xml file I had this code which worked fine before the android studio upgrade:

    
        faq
    
    

    Changed it to:

    
        
    
    

    And everything is back to normal.

提交回复
热议问题