Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android 开发的新手,我正在尝试集成 twitter api,但是我收到了这条线的错误:
AccessToken a = new AccessToken(token,secret);//error
我的错误是:
找不到类 'twitter4j.http.AccessToken'`,引用自方法 com.android.twitter.TwitterUtils.isAuthenticated""
我已经在 libs 文件夹中添加了 4 个库。
我该如何解决这个问题?