Error Downloading Dependencies for Android with Gradle

When trying to build and Android APK the process fails while downloading dependancies. Worked fine 10 minutes ago:


* What went wrong:
A problem occurred configuring root project 'code'.
> Could not resolve all files for configuration ':classpath'.
   > Could not download bcpkix-jdk15on.jar (org.bouncycastle:bcpkix-jdk15on:1.48)
      > Could not get resource 'https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar'.
         > Response 304: Not Modified has no content!

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 25.249 secs
Exited with code 1 ```

Already raised several times - in my view, someone with this problem needs to spend some time working out if it is a Circle issue or a remote issue.

Ooh, this search indicates it might be the remote.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.