Execution failed for task ':app:dexDebug' Android Studio

后端 未结 8 754
别那么骄傲
别那么骄傲 2021-01-11 17:37

The application was able to execute before updating my android studio,this is the error I am getting:

Error:Execution failed for task \':app:dexDebug\'.
>         


        
8条回答
  •  自闭症患者
    2021-01-11 18:06

    I fixed that adding:

    compile ('com.facebook.android:facebook-android-sdk:3.22.0@aar'){ exclude module: 'support-v4' }

提交回复
热议问题