hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

What is the problem #16

Closed tusharuit25 closed 7 years ago

tusharuit25 commented 7 years ago

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

hanggrian commented 7 years ago

@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 commented 7 years ago
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }

both works together ?
hanggrian commented 7 years ago

@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.

tusharuit25 commented 7 years ago

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 notifications@github.com 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 https://github.com/HendraAnggrian/socialview/issues/16#issuecomment-320153321, or mute the thread https://github.com/notifications/unsubscribe-auth/AFoI0i6rMyDRDviF6Rjmp0A3r18NPYE3ks5sUp26gaJpZM4Oppgg .

hanggrian commented 7 years ago

Thank you for confirming! I'm closing this issue and I'll reply your concern in the other thread you just opened.

tusharuit25 commented 7 years ago

Thank you so much On Fri, 4 Aug 2017 at 10:02 AM, Hendra Anggrian notifications@github.com 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 https://github.com/HendraAnggrian/socialview/issues/16#issuecomment-320153863, or mute the thread https://github.com/notifications/unsubscribe-auth/AFoI0jfFZWJwB1Jk-ZOF2r3wje1lHbznks5sUp7xgaJpZM4Oppgg .