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

前端 未结 7 2318
有刺的猬
有刺的猬 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.

提交回复
热议问题