Twitter Fabric fails to install in Android Studio due to missing dependencies

后端 未结 4 2103
梦如初夏
梦如初夏 2021-02-14 07:18

I\'m setting up a Cordova project with Fabric to enable signing in with Twitter. I just installed Fabric plug-in into Android Studio but when I sync Gradle files I get the follo

4条回答
  •  清酒与你
    2021-02-14 07:33

    It's not enough to install the fabric plugin, you have to use it too. Clicking on the fabric button in Android Studio guides you through the process of including twitter fabric in your app, it even modifies the build.gradle properly for you (with your permission of course). When you follow the steps given, your build.gradle would be looking like what @AlexVPerl's answer says.

提交回复
热议问题