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

前端 未结 11 962
抹茶落季
抹茶落季 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条回答
  •  渐次进展
    2020-11-22 17:05

    All the above not working for me.. Because I am using Facebook Ad dependency..

    Incase If anybody using this dependency compile 'com.facebook.android:audience-network-sdk:4.16.0'

    Try this code instead of above

    compile ('com.facebook.android:audience-network-sdk:4.16.0'){
    exclude group: 'com.google.android.gms'
    }
    

提交回复
热议问题