user2881604
user2881604

Reputation: 2370

How to install twitter kit using fabric plugin in android studio

I have recently install fabric plugin in Android studio and try to install twitter kit. But i could't find twitter kit in fabric. As I remember previously it was shown in all kits page. enter image description here

Please guide me how to install twitter kit using fabric.

Upvotes: 6

Views: 1962

Answers (2)

Rockney
Rockney

Reputation: 10650

Twitter sold Fabric to Google. A number of changes will occur in Fabric, because of this. One of them is that they removed Twitterkit from Fabric. You can still install it, however not via Fabric. Here you can find the Twitter kit documentation

You will also have to update your applications with TwitterKit build in. It is all explained in this blogpost. They sent an email to the admin of your Fabrics organization account.

Upvotes: 7

Pratibha Sarode
Pratibha Sarode

Reputation: 1849

I had faced same problem, so used following code .. refer the following link hope will help you all....

https://stackoverflow.com/a/44834404/5371709

Upvotes: 0

Related Questions