简体   繁体   中英

How to add linkedin mobile sdk to android studio?

I'm working on an app in which I need to integrate facebook and 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.

Please help I've searched a lot dint find any solution regarding this.

Thanks in advance.

To add linkedin-sdk to AndroidStudio:

1) Downloaded LinkedIn-SDK.

2) Copy the downloaded LinkedIn-SDK and add it in yourProject-> libs folder.

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

and

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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