-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AndroidTwitterLogin Exception #7
Comments
Hi Jiteshp, I'm busy at the moment, but I'll try to look into this soon. Could you send me an example Eclipse project which causes this? Someone else reported a similar problem. At first glance: it looks Best regards,
Dr Daniel Winterstein |
I also see this problem as described above verbatim after importing the jtwitter and signpost jars into my Android libs directory. I'm using android SDK and Eclipse ADT at v22.0.1. I've exported 'Android Private Libraries' from my build-path. |
Hello, I've done a fresh build of JTwitter (v2.8.7) against the latest android.jar. http://www.winterwell.com/software/jtwitter/jtwitter.jar Could you give that a try, and let me know if it fixes the problem?
|
Thanks for the fix so quickly. That works for me. However, now AndroidTwitterLogin code fails just a few lines later with:
On further investigation, I get this error with just the following code too:
I have the signpost jars in my android libs directory from the JTwitter zipfile. The md5sum of these jars match the 1.2.1.2 jars available from http://code.google.com/p/oauth-signpost. "Android Private Libraries" is exported. It appears that if I replace the 1.2.1.2 signpost jars with version 1.2.1.1 jars from http://code.google.com/p/oauth-signpost, then this error does not occur. |
Calling run() on the AndroidTwitterLogin class results in an java.lang.NoSuchMethodError Exception.
results in
The text was updated successfully, but these errors were encountered: