Find out if resource is used

后端 未结 3 1902
无人及你
无人及你 2020-12-13 02:50

I am looking for an efficient way to find out if a resource (mostly a drawable) is used in Java or in an XML file.

The problem is, that on my current project the dra

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 02:57

    I wrote a tool based on python to solve this problem. As this is not the place to share it directly, I created a project page which is now offline.

    UPDATE:
    The development has stopped since Lint can do the same and is already included in the Android SDK.

提交回复
热议问题