I had followed so many tutorials to add linkedin sdk and sync gradle in my project but unable to did that. Downloaded linked sdk from https://developer.linkedin.com/downloads#andro
Solution 1:
You have to add linkedin-sdk folder as a module to your project:
and add this line to your app build.gradle dependencies:
compile project(':linkedin-sdk')
Share
Post a Comment
for "How To Add Linkedin Sdk Path In App Gradle?"
Post a Comment for "How To Add Linkedin Sdk Path In App Gradle?"