Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'

前端 未结 11 969
抹茶落季
抹茶落季 2020-11-22 16:37

Good day. After updating google repository in AndroidStudio, I have an issue

> Error:Execution failed for task \':app:transformClassesWithJarMergingForDe         


        
11条回答
  •  旧时难觅i
    2020-11-22 17:05

    see if their duplicate jars or dependencies your adding remove it and your error will be gone: Eg: if you add android:supportv4 jar and also dependency you will get the error so remove the jar error will be gone

提交回复
热议问题