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

Not able to run in android after installation #2

Open
tany123 opened this issue Sep 17, 2019 · 1 comment
Open

Not able to run in android after installation #2

tany123 opened this issue Sep 17, 2019 · 1 comment

Comments

@tany123
Copy link

tany123 commented Sep 17, 2019

After follows, installation guidelines am not able to run the code in android. Am getting following error

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:preDebugBuild'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find in.juspay:godel-ec:1.0.7.12.
Searched in the following locations:
- file:/home/tanmay/.m2/repository/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.pom
- file:/home/tanmay/.m2/repository/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.jar
- file:/home/tanmay/Documents/React Native app/AwesomeProject/node_modules/react-native/android/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.pom
- file:/home/tanmay/Documents/React Native app/AwesomeProject/node_modules/react-native/android/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.jar
- file:/home/tanmay/Documents/React Native app/AwesomeProject/node_modules/jsc-android/dist/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.pom
- file:/home/tanmay/Documents/React Native app/AwesomeProject/node_modules/jsc-android/dist/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.jar
- https://dl.google.com/dl/android/maven2/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.pom
- https://dl.google.com/dl/android/maven2/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.jar
- https://jcenter.bintray.com/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.pom
- https://jcenter.bintray.com/in/juspay/godel-ec/1.0.7.12/godel-ec-1.0.7.12.jar
Required by:
project :app > project :@juspay_ec-react-native-library

@vigneshr0315
Copy link

vigneshr0315 commented Nov 11, 2019

try adding this and check in project level gradle file

maven {
        url "https://maven.juspay.in/jp-build-packages/release/"
    }

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