countDebugDexMethods UP-TO-DATE
See original GitHub issueHi,
I use version 0.5.6. When I run task countDebugDexMethods for the first time it works. Then, I do some change on my code and run this task again : it is flagged as UP-TO-DATE and does not display dex count.
:app:packageDebug
:app:zipalignDebug
:app:assembleDebug
:app:countDebugDexMethods UP-TO-DATE
Of course it works if I clean my project.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Dexcount Gradle Plugin
A Gradle plugin to report the number of method references in your APK, AAR, or java module on every build. This helps you...
Read more >Could not determine the dependencies of task - Stack Overflow
I get following error when I was running an app within Android Studio 2. Gradle tasks [:app:assembleDebug] Could not determine the dependencies of...
Read more >UpToDate: Industry-leading clinical decision support
Founded for and by clinicians 30 years ago, UpToDate empowers professionals with the right evidence and recommendations so they can make the best...
Read more >The Road to Single DEX - Medium
Some libraries may not be able to be used until the multidex build tools are updated to allow you to specify classes that...
Read more >The Road To Single Dex (Gradle Summit 2017) - Speaker Deck
Task :countDebugDexMethods Total methods in debug.apk: 113007 ... rules • Keep them up to date with the current libraries in your app •...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That makes sense; I had interpreted that differently at first, but experimenting shows that yours is the correct reading. It isn’t so intuitive that outputs would be considered before running a task, but so it goes.
I’ll have a release soonish with a fix; there’s at least one other thing I want to fit in beforehand.
Thank you !