如何使用 YouTube API V3 获取频道

How to use YouTube API V3 to get Channels

我想使用 YouTube API V3 按名称、订阅数、视频数和观看次数获取频道,以便在 CardView(我已有)中显示它们。

如何将 api 添加到我的 build.gradle?

如果我将 compile 'com.google.apis:google-api-services-youtube:v3-rev182-1.22.0' 添加到我的 build.gradle(Module app) 然后我得到:

Error: Conflict with dependency 'com.google.code.findbugs:jsr305' in project ':app'. Resolved versions for app (1.3.9) and test app (2.0.1) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

Warning: WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.1 is ignored for release as it may be conflicting with the internal version provided by Android. In case of problem, please repackage it with jarjar to change the class packages

如何使用API?

这可能对你有帮助 两个依赖项正在尝试使用不同版本的第三个依赖项。