Execution failed for task ':app:transformClassesWithDexForDebug' while implementing Google sign in for Android

后端 未结 4 889
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 14:26

I\'m trying to implement Google sign in for Android and I\'m following the instructoins via

https://developers.google.com/identity/sign-in/android/start-integrating<

4条回答
  •  借酒劲吻你
    2020-11-28 15:00

    Maybe this link helps you. link

    That helped me:

    android {
    ...
    defaultConfig {
        ...
        multiDexEnabled true
        }
    }
    

提交回复
热议问题