Hi - I just installed Fabric for Android Studio but I’m having a problem getting it to work.
In my code when I try add this:
import com.twitter.sdk.android.tweetui.TweetTimelineListAdapter;
import com.twitter.sdk.android.tweetui.UserTimeline;
these classes are not recognized. I tried to resolve this by adding to my gradle file:
compile(‘com.twitter.sdk.android:twitter-core:1.3.1@aar’) {
transitive = true;
}
but still it’s not working. Any suggestions would be appreciated!
Thanks,