I installed the Twitter Fabric plugin for Android Studio. It was simple and straightforward, but my project cannot recognize any Twitter objects when I copy and paste code from the Fabric dialog box. For example, the following line
private TwitterLoginButton loginButton;
has "TwitterLoginButton" in red and says "cannot resolve character". I copied the import instructions already, so I thought it would be.
Obviously, I didnβt download something or I need to make Android studio about the file path. I configured the setting for the Android SDK, so great. Does anyone know of any common errors when first implementing Twitter Fabric in Android Studio?
android twitter fabric-twitter
acl77
source share