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

前端 未结 7 2319
有刺的猬
有刺的猬 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 20:54

    For me it was to update the compileSdkVersion and targetSdkVersion in build.gradle from 27 to 28.

提交回复
热议问题