You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added your lib to my SDK and when I try to add my SDK to project I get this error:
Could not find cards.pay:paycardsrecognizer:1.1.0.
Searched in the following locations:
Excerpts of your library and consuming app build scripts would help others assess your issue.
It sounds like you're expecting your library to package the PayCards source within the aar, which is not the case. Your easiest (but not suggested) solution would be to declare the paycard dependencies within the consuming application. The long term (and suggested) solution would be to publish your library and pom to a maven repo such as jcenter or a personal artifactory instance so that maven can determine what other dependencies need to be retrieved when a consuming app declares your library as a dependency. You can opt for a local maven repo if the library is not meant to be public.
Hi,
I added your lib to my SDK and when I try to add my SDK to project I get this error:
Could not find cards.pay:paycardsrecognizer:1.1.0.
Searched in the following locations:
Do you know what is the problem?
The text was updated successfully, but these errors were encountered: