What versions of Android are unsupported with Twitter4J?
Does the Twitter4J library for Android work for all Android versions? I cannot find anything regarding this issue on twitter4j's web开发者_开发技巧site, or anywhere else. twitter4j.org
The website indicates any version of Android works. You need 1.4.2 or greater, which Android provides.
Twitter4J is featuring:
✔ 100% Pure Java - works on any Java Platform version 1.4.2 or later
✔ Android platform and Google APP Engine ready
EDIT this thread in the discussion group showed some issues running with Dalvik, which have been fixed. You'll probably need to run some integration tests.
Twitter4J should work on any version of Android SDK. But make sure that you use the latest version of Twitter4J as there are several Android specific issues reported against older versions. http://twitter4j.org/jira/secure/QuickSearch.jspa?searchString=android
精彩评论