-
Notifications
You must be signed in to change notification settings - Fork 126
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
cards.pay:paycardsrecognizer:1.1.0 can't be resolved #69
Comments
We have similar problems, looking forward for a solution. |
Have the same issues |
hi, are you copied library or find another path for solve? |
Any updates on this? |
I created .aar from https://github.com/dbala2/PayCards_Android/tree/master and implemented that as a local library |
I've created a fork and published It to jitpack |
Thanks for the public service, @Separd-ui! |
Hi @Divinkas |
Sure, I sent a link to your mail |
I made a fork as well and published to jitpack.io, since I had problems with @Separd-ui's version |
@Divinkas |
https://drive.google.com/drive/folders/1pBYmYnLYgGf3aYmvCuayvaGu7fKmMjsH?usp=sharing |
Thanks so much. You saved my life. Everything is working correctly. Have a
nice day.
…On Thu, Sep 21, 2023 at 4:03 PM Andrew Yatsenko ***@***.***> wrote:
Sure, I sent a link to your mail
@Divinkas <https://github.com/Divinkas> Can you please send it to me too?
https://drive.google.com/drive/folders/1pBYmYnLYgGf3aYmvCuayvaGu7fKmMjsH?usp=sharing
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS32YPPBVSSLUNTDP54SF23X3QUIFANCNFSM6AAAAAA2KC7CUU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@tamimattafi Why I get this error error: cannot access ScanCardIntent |
@MohammedHassouna It seems like an issue with java version on your machine, try changing to java8, 11 or 17 and see what works for you. |
@tamimattafi can you guide me how to change the java version to 17 |
@MohammedHassouna https://stackoverflow.com/a/30631386/9005383 |
@tamimattafi Thank you, but I get this error after change to Java 17 Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find cards.pay:paycardsrecognizer:1.1.0. |
@MohammedHassouna You seem to be using another version, and not from my ReadMe https://github.com/tamimattafi/pay-cards-android Please use the correct implementation in your gradle and java 17. com.github.tamimattafi:pay-cards-android:1.0.0 And don't forget to add Jitpack io to your repositories as shown in the ReadMe above. |
First, thanks for this great library!
Project doesn't build because
paycardsrecognizer
cannot be resolved, it worked before, but it fails now for some reason.The domain http://pay.cards is down or unavailable, therefore, http://pay.cards/maven/cards/pay/paycardsrecognizer/ isn't available and that might be the reason of the failure.
logs:
Could we please, have a copy of the library, on
mavenCentral
?We are having problems with this library more often now, specifically with the availability of the website, we are thinking of forking and publishing it locally somewhere, or even moving to ML kit from google.
The text was updated successfully, but these errors were encountered: