1. 程式人生 > >查詢android專案中無用資源

查詢android專案中無用資源

如果單純想找無用資源,可以用lint 命令,本來是eclipse 匯出到 Android Studio,使用一下命令失敗,於是匯入回Eclipse 再使用命令即可。

或者直接在Android Studio 刪除或者改名build.grade ,不然要提示使用 Gradle 的命令

lint --check "UnusedResources" /Users/apple/Desktop/ANDROID_DEMO > result.txt,將會在使用者名稱下生成一個result.txt的結果檔案;