Coder Social home page Coder Social logo

Comments (3)

benjamin-bader avatar benjamin-bader commented on September 23, 2024

Right now you could do single-flavor counts by doing ./gradlew assembleFlavor1Release, which would build and dex just that one flavor - I'm actually in your same boat (with NDK plus multiple flavors), so that's what I do.

The way it currently works, the count task's name and existence is predicated entirely on what variants are being assembled. Can you just update the counts directly from the build job?

from dexcount-gradle-plugin.

vanniktech avatar vanniktech commented on September 23, 2024

I figured out yesterday that those summary tasks don't really help. I had the assumption that the count tasks depend on something other than the actual APK(s). Since the check Jenkins Job never actually builds APKs those summary tasks are useless.

I guess your solution of using ./gradlew assembleFlavor1Release is best. Maybe I'll just do another Jenkins Build that only plots the dexcounts and does nothing else as that would not take that long since Unit Tests and all of the static analyze tools won't run. Also an incremental build for that Jenkins task would be an option in order to speed up the build process.

from dexcount-gradle-plugin.

benjamin-bader avatar benjamin-bader commented on September 23, 2024

As it doesn't seem that there is anything to do, I'm closing this issue.

from dexcount-gradle-plugin.

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.