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

前端 未结 7 2299
有刺的猬
有刺的猬 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:14

    I'll add on that to check EVERY .xml file. This includes your AndroidManifest.xml file. Most errors can also be subtle, too. For example, this piece of code was causing the error: android:fullBackupContent="". In case if you can't find the error, try using gradlew build --stacktrace, as it gives a full stacktrace, allowing for you to trace the error.

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