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

前端 未结 7 2575
一个人的身影
一个人的身影 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:01

    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.

提交回复
热议问题