socialize / socialize-sdk-android

Socialize SDK for Android. An Android social sharing SDK for native apps.
www.getsocialize.com
Apache License 2.0
147 stars 57 forks source link

Failed to resolve com.socialize:loopy:3.1.5-SNAPSHOT #32

Open architsmat38 opened 9 years ago

architsmat38 commented 9 years ago

Error:(13, 13) Failed to resolve: com.socialize:loopy:3.1.5-SNAPSHOT

I have imported socialize sdk for android in my app. While gradle sync, the above mentioned error arises. When I changed the dependency to previous version: compile 'com.socialize:loopy:3.1.3-SNAPSHOT'

Gradle sync occurs successfully, but while building the app, the following error arises

Error:(58, 22) error: package com.socialize does not exist

I have followed all the steps mentioned for Android Studio, in the mentioned documentation: http://socialize.github.io/socialize-sdk-android/getting_started.html?v=v3.1.5

Please provide a suitable solution for the mentioned problem.

theGreatHeisenberg commented 9 years ago

+1

lynksant commented 9 years ago

Hi,

Please move your issue here https://getsatisfaction.com/socialize/topics/

Thanks, Leonid

karthika5 commented 7 years ago

I got the same error.. But I tried to include loopy,ioc and facebook library manually in the dependencies and it worked for me. hope for u too..