Error: Execution failed for task ':app: lintVitalRelease' any one can solve it?

后端 未结 8 1936
一向
一向 2020-12-08 18:49

Why I get this error I try to clean and rebuild application and make application release true and I get same error

Error:Execution failed for task \':

8条回答
  •  执笔经年
    2020-12-08 19:05

    To find out why lint fails do this:

    1. Run lintVitalRelease

    You can do it from Gradle window

    1. Under Run tab, you will see error logs

    For me, it was wrong constraint in ConstraintLayout XML.

提交回复
热议问题