-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the problem #16
Comments
@tusharuit25 may I see your build.gradle files? This library uses support lib version 26.0.0, which only available with Google's maven, so your build.gradle file must look like: repositories {
maven { url 'https://maven.google.com' }
jcenter()
}
dependencies {
compile 'com.hendraanggrian:socialview-commons:0.16.0'
} |
|
@tusharuit25 yes, both works together. Are you still unable to import |
I am successfully did it .
Problem with getting selected objects back
Like with custom adapter .
…On Fri, 4 Aug 2017 at 9:57 AM, Hendra Anggrian ***@***.***> wrote:
@tusharuit25 <https://github.com/tusharuit25> yes, both works together.
Are you still unable to import socialview-commons? There's not much I
could do without seeing your full gradle files.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFoI0i6rMyDRDviF6Rjmp0A3r18NPYE3ks5sUp26gaJpZM4Oppgg>
.
|
Thank you for confirming! I'm closing this issue and I'll reply your concern in the other thread you just opened. |
Thank you so much
…On Fri, 4 Aug 2017 at 10:02 AM, Hendra Anggrian ***@***.***> wrote:
Thank you for confirming, I'm closing this issue and I'll reply your
concern in the other thread you just opened.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFoI0jfFZWJwB1Jk-ZOF2r3wje1lHbznks5sUp7xgaJpZM4Oppgg>
.
|
Error:Could not find com.android.support:appcompat-v7:26.0.0.
Required by:
xxxandroid:app:unspecified
xxxandroid:app:unspecified > com.hendraanggrian:socialview-core:0.16.0
Please install the Android Support Repository from the Android SDK Manager.
Open Android SDK Manager
The text was updated successfully, but these errors were encountered: