question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

countDebugDexMethods UP-TO-DATE

See original GitHub issue

Hi,

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

2reactions
benjamin-badercommented, Aug 25, 2016

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.

0reactions
will421commented, Sep 1, 2016

Thank you !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found