How To Add Linkedin Sdk Path In App Gradle?
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
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')
Post a Comment for "How To Add Linkedin Sdk Path In App Gradle?"