-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Calling run() on the AndroidTwitterLogin class results in an java.lang.NoSuchMethodError Exception.
AndroidTwitterLogin login =
new AndroidTwitterLogin(this, CONSUMER_KEY, CONSUMER_SECRET, null) {
@Override
protected void onSuccess(Twitter arg0, String[] arg1) {
Toast.makeText(SearchResultsActivity.this, "Login successful", Toast.LENGTH_LONG).show();
}
};
login.run();results in
java.lang.NoSuchMethodError: android.util.Log.i
at winterwell.jtwitter.android.AndroidTwitterLogin.run(AndroidTwitterLogin.java:78)Metadata
Metadata
Assignees
Labels
No labels