question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find com.github.tipsi:CreditCardEntry:1.4.8.10.

See original GitHub issue

I am running into an issue with trying to build on android. Its complaining about two separate things. The first:

Configure project :tipsi-stripe
Configuration 'compile' in project ':tipsi-stripe' is deprecated. Use 'implementation' instead.

which i don’t think is breaking it, but i thought i would report anyway.

and then the error that is failing the build:

Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.github.tipsi:CreditCardEntry:1.4.8.10.
  Searched in the following locations:
      file:/Users/josh/Library/Android/sdk/extras/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      file:/Users/josh/Library/Android/sdk/extras/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      file:/Users/josh/Library/Android/sdk/extras/google/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      file:/Users/josh/Library/Android/sdk/extras/google/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      file:/Users/josh/Library/Android/sdk/extras/android/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      file:/Users/josh/Library/Android/sdk/extras/android/m2repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      https://dl.google.com/dl/android/maven2/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      https://dl.google.com/dl/android/maven2/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      file:/Users/josh/.m2/repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      file:/Users/josh/.m2/repository/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      https://jcenter.bintray.com/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      https://jcenter.bintray.com/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
      file:/Users/josh/Cauze/CauzeMobile/node_modules/react-native/android/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.pom
      file:/Users/josh/Cauze/CauzeMobile/node_modules/react-native/android/com/github/tipsi/CreditCardEntry/1.4.8.10/CreditCardEntry-1.4.8.10.jar
  Required by:
      project :app > project :tipsi-stripe

any ideas on what might be causing this? I’m having no luck. Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
XeeshanAnsaricommented, Jul 26, 2019

go to android/build.gradle then add maven { url “https://jitpack.io” } just like below allprojects { repositories { … maven { url “https://jitpack.io” } } }

0reactions
chrisonamecommented, Feb 18, 2020
        maven { url "https://www.jitpack.io" }
        maven { url "$rootDir/../node_modules/react-native/android" }

Add it as another maven url.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found