Ion android build error (failed to resolve all dependencies for configuration

Everything worked fine, and now this build error suddenly appeared: -

FAILURE: assembly failure with exception.

  • What went wrong: There was a problem setting up the android root project.

    Failed to resolve all dependencies for configuration: classpath. Failed to load artifact 'bcprov-jdk15on.jar (org.bouncycastle: bcprov-jdk15on: 1.48)' Failed to load resource https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.48/bcprov- jdk15on-1.48.jar '. Connection reset

  • Try it: run with the -stacktrace option to get a stack trace. Run with the -info or --debug option to get more log output.

STRICTLY MALFUNCTIONAL

Total time: 2 minutes 12.557 seconds

Please help me in creating this.

0
source share
1 answer

There was a problem with gradle. Command execution

gradle init

resolved the above error.

0
source

Source: https://habr.com/ru/post/1690589/


All Articles