实施推特
我有一个 Android 应用程序,我正在使用 twitter4j jar 文件。问题是,如果我搜索 twitter4j,我会得到许多 jar 文件。我不太清楚要包含哪个 jar 文件。大家能帮我鉴定一下吗?另外,如果您有 jar 文件的链接,请发布它。
谢谢。
I have an android application where I'm making use of twitter4j jar file. The problem is that if I search for twitter4j I get a number of jar files. I don't exactly know which is the jar file to be included. Could you guys help me identify it? Also, if you have a link to the jar file kindly post it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试查看其文档吗?
看一下其网站的主页,我看到(引用):
下面有一个下载部分...
之后,您可能需要查看:
Did you try looking at its documentation ?
Taking a look at the homepage of its website, I see (quoting) :
And there is a download section just below...
After that, you'll probably want to take a look at :
您是否将此 jar 文件正确添加到项目中引用的库中?假设您使用的是 eclipse,右键单击该项目,构建路径并将此 jar 文件添加为外部库。您可能还需要 twitter 的另外两个 jar 文件,例如路标。
http://code.google .com/p/oauth-signpost/downloads/detail?name=signpost-core-1.2.1.1.jar
http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-commonshttp4-1.2.1.1.jar&can=2&q=
Did you add this jar file to your referenced libraries in your project properly? Assuming you are using eclipse, right click on the project, got to build path and add as external library this jar file. You may also need two other jar files for twitter such as signpost.
http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-core-1.2.1.1.jar
http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-commonshttp4-1.2.1.1.jar&can=2&q=