GithubHelp home page GithubHelp logo

Comments (4)

lubbo avatar lubbo commented on June 28, 2024 2

Actually it wasn’t a bug for me.
We were using 2 libs (certificate-transparency-android and another one). They imported the same bouncycastle lib as dependency. That generated a duplicate import.
To resolve the problem we excluded bouncycastle lib dependency for c-t-android in the gradle config.
Later we removed the other lib from the project keeping only c-t-android, but we forgot to remove also the exclusion in the gradle config.
So c-t-android dependency to bouncycastle was not found!
Removing the exclusion from gradle config made it working.

from certificate-transparency-android.

mattmook avatar mattmook commented on June 28, 2024

Hi @sahil994 would it be possible to see what version of bouncy castle the app is compiling with by executing something like ./gradlew app:dependencies?

from certificate-transparency-android.

lubbo avatar lubbo commented on June 28, 2024

We had the same problem.
We figured out we excluded some bouncycastle libs in the App gradle.

from certificate-transparency-android.

mattmook avatar mattmook commented on June 28, 2024

hi @lubbo, could you expand on your solution a little more? Unfortunately I've not been able to reproduce the original bug so I wasn't even quite sure what was causing the issue in the first place, my own initial thought being an issue with Multidex.

from certificate-transparency-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.