3

現時点では、xml文字列値が多すぎます。使っていないものを削除し始めましたが、これはかなり難しいです(どちらを使っているのかよくわかりませんし、魔女も使っていません)。私のためにこれを行うことができる、または私がそれを聖霊降臨祭にするのを助けることができる日食の機能はありますか?(一部の呼び出し階層のように)

4

1 に答える 1

2

Android Lintは、これを支援できるはずです。

ウェブサイトでは、次のことができると述べています。

Missing translations (and unused translations)
Layout performance problems (all the issues the old layoutopt tool used to find, and more)
Unused resources
Inconsistent array sizes (when arrays are defined in multiple configurations)
Accessibility and internationalization problems (hardcoded strings, missing contentDescription, etc)
Icon problems (like missing densities, duplicate icons, wrong sizes, etc)
Usability problems (like not specifying an input type on a text field)
Manifest errors
于 2012-10-18T10:41:34.297 に答える