I have started integrating LinkedIn log in to my app by following the Getting Started guide provided by developer.linkedin.com
I have downloaded the mobile SDK for Android and imported the linkedin-sdk in my project.
Added the following line to my dependencies in build.gradle:
compile project(':linkedin-sdk')
Added the following line in my settings.gradle:
include ':linkedin-sdk'
When I sync the project I get the following error:
Error:(8, 0) Plugin with id 'robolectric' not found.
Any help is greatly appreciated. Thanks!