Skip to content
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

Closed
tusharuit25 opened this issue Aug 1, 2017 · 6 comments
Closed

What is the problem #16

tusharuit25 opened this issue Aug 1, 2017 · 6 comments

Comments

@tusharuit25
Copy link

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
Copy link
Owner

@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
Copy link
Author

maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }

both works together ?

@hanggrian
Copy link
Owner

@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
Copy link
Author

tusharuit25 commented Aug 4, 2017 via email

@hanggrian
Copy link
Owner

hanggrian commented Aug 4, 2017

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

@tusharuit25
Copy link
Author

tusharuit25 commented Aug 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants