Git Product home page Git Product logo

Comments (4)

philippb avatar philippb commented on August 21, 2024

Can you please specify the bug more.
What build tool version are you using, gradle version.

Also if you're not using the latest build tool/platform tool version, can you please verify if that is still a problem on the latest versions.
Thank you

from android-resource-remover.

eboudrant avatar eboudrant commented on August 21, 2024

I am using lint 24.0.1, it is probably not the latest but still a recent version.

The problem is in the xml, the message format has changed, some quote were added :

message="The resource `R.string.loading_more` appears to be unused"

Looks like the python script accept only without quotes :

message="The resource R.string.loading_more appears to be unused"

This fixed my problem :

-    L25 : pattern = re.compile('The resource (.+) appears to be unused')
+    L25 : pattern = re.compile('The resource `(.+)` appears to be unused')

But I am not sure since when the format has changed.

Thanks

from android-resource-remover.

ca77y avatar ca77y commented on August 21, 2024

We should probably support both. I have a look into it

from android-resource-remover.

ca77y avatar ca77y commented on August 21, 2024

fixed

from android-resource-remover.

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.