You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered: