Execution failed for task ':app:processDebugResources' after cleaning project

前端 未结 7 2520
一个人的身影
一个人的身影 2021-02-14 20:32

The error I\'ve been getting is this:

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task \':app:processDebugResource         


        
相关标签:
7条回答
  • 2021-02-14 21:16

    I found the issue why this is happening It because of XML file only

    Solution:

    In You project go to android folder-> app -> app -> src -> main -> res -> drawable -> launch_background.xml

    Their replace this Default Code inside of <''>

    item android:drawable="@android:color/white"
    

    Save and run the app

    0 讨论(0)
提交回复
热议问题