The error I\'ve been getting is this:
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task \':app:processDebugResource
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