Pages

Thursday, November 28, 2013

How to findout unused resources in Android Project

1. Download the AndroidUnusedResources.jar from the following link https://code.google.com/p/android-unused-resources/

2. Once the download is done , copy the AndroidUnusedResources.jar to your project Folder.

3.Open the command prompt and navigate to your project Folder










4. Than type the following command for generating the list of unused resources in your Android Project
java -jar AndroidUnusedResources.jar


No comments:

Post a Comment