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

后端 未结 10 1677
清歌不尽
清歌不尽 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 09:07

    Just need to learn how to read error code.
    Please read the error log carefully

    in this case


    this is the main issue on your xml

    inner element must either be a resource reference or empty.

    Where?

    /home/protocol/DialerCheckout/WorkProjects/Nexge_Talk_New_UI/app/src/main/res/values/ids.xml

提交回复
热议问题