-
Notifications
You must be signed in to change notification settings - Fork 157
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
Failed to resolve #71
Comments
even i got the same issue. Not able to build the gradle :/ |
@Bernhardino @darsh-sn Hi! I have just rebuild project and PhotoView library was successfully fetched from Maven Repository. What version of Android Studio do you use and how do you build project? |
Hello Boris
I do have version 3.2.1 (from 9. Oct 2018) of Android Studio. I build the project accordingly to your description on GitHub.
Today I tryed again, but same issue. I can send you some screenshots (or idea.log or whatever) like the attached one, if you ask for.
Best regards and thank you for looking at this issue.
…________________________________
Von: Boris Korogvich <[email protected]>
Gesendet: Sonntag, 9. Dezember 2018 20:41
An: VEINHORN/ScrollGalleryView
Cc: Bernhardino; Mention
Betreff: Re: [VEINHORN/ScrollGalleryView] Failed to resolve (#71)
@Bernhardino<https://github.com/Bernhardino> @darsh-sn<https://github.com/darsh-sn> Hi! I have just rebuild project and PhotoView library was successfully fetched from Maven Repository<https://mvnrepository.com/artifact/com.github.chrisbanes/PhotoView/2.0.0>. What version of Android Studio do you use and how you do you build project?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#71 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AqSldEpdeKheaQJozfzRgVpUCWDLJcyPks5u3WeGgaJpZM4XykTl>.
|
@Bernhardino Hi! It would be nice if you can provide more details (such as logs, screenshots, etc). |
The error "Failed to resolve: com.github.chrisbanes:PhotoView:2.0.0" shows up in the very first beginning when I add to "build.gradle" the line "compile 'com.veinhorn.scrollgalleryview:library:1.0.8' " (or better "implementation 'com.veinhorn.scrollgalleryview:library:1.0.8' ", because "compile ..." is deprecated) and then press "sync". |
@Bernhardino year, I saw your email. Did you add the |
Hello Boris |
@Bernhardino Hello! In my opinion, to resolve ScrollGalleryView library you just need I'm glad that adding JitPack repository helped you to solve your problem. Thank you. You are welcome. 👍 |
I've got the same issue as #68 (closed): "failed to resolve com.github.chrisbanes:PhotoView:2.0.0"
What was/is the solution for this problem?
The text was updated successfully, but these errors were encountered: