简体   繁体   English

如何将linkedin移动SDK添加到Android Studio?

[英]How to add linkedin mobile sdk to android studio?

I'm working on an app in which I need to integrate facebook and LinkedIn. 我正在开发一个需要集成Facebook和LinkedIn的应用程序。

I'm done with facebook integration and I've registered my app on linkedin and i've downloaded the mobile sdk for linkedin but don't now how to add it to android studio so that i can use the classes of linkedin sdk. 我已经完成了Facebook集成,我已经在linkedin上注册了我的应用程序,并且已经下载了适用于linkedin的移动SDK,但现在不知道如何将其添加到android studio中,这样我就可以使用linkedin SDK的类了。

Please help I've searched a lot dint find any solution regarding this. 请帮忙,我已经搜索了很多有关此问题的解决方案。

Thanks in advance. 提前致谢。

To add linkedin-sdk to AndroidStudio: 要将linkedin-sdk添加到AndroidStudio:

1) Downloaded LinkedIn-SDK. 1)下载了LinkedIn-SDK。

2) Copy the downloaded LinkedIn-SDK and add it in yourProject-> libs folder. 2)复制下载的LinkedIn-SDK,并将其添加到yourProject-> libs文件夹中。

3) Add: compile project(':libs:linkedin-sdk') to build.gradle 3)添加: compile project(':libs:linkedin-sdk')build.gradle

and

include ':libs:linkedin-sdk' to setting.gradle files. include ':libs:linkedin-sdk'setting.gradle文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM