1
I’m having trouble adding the Facebook sdk to Androido Studio 0.9.2.
Always returns me the following messages
Failed to find: com.parse.bolts:bolts-android:1.1.2
Some solution?
I imported the module into my project.
My build.Radle file configuration
compileSdkVersion 21
buildToolsVersion '21.1.1'
minSdkVersion 10
targetSdkVersion 21
I only made this modification of the original Facebook build.Radle.
Have you imported facebookSDK as a module of your project? You can post the entire build.Radle please?
– rsicarelli