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

前端 未结 7 2596
有刺的猬
有刺的猬 2021-02-14 20:42

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:06

    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

提交回复
热议问题