You can easily search for unused resources from Android Studio.
Just press Ctrl+Alt+Shift+i
and type "Unused resources" (without
quotes). That will execute lint. Super easy way how run lint commands
(and other stuff from IDE).
OR
In Android Studio -> Menu ->
Refactor -> Remove Unused Resources...
Select the resources you want to remove. You can exclude resources
you want to keep by right clicking on the resource item.
Use Do Refactor to remove all Resources at once.
Update: use cmd+
Alt+ Shift for mac
Translate
Subscribe to:
Post Comments (Atom)
Could not identify launch activity: Default activity not found : Error while Launching activity
Problem : I got this Error , When I tried to create an application without any Activity . Basically like to develop an Android Headless appl...
-
Audio Focus Android O – 26.0 : https://developer.android.com/guide/topics/media-apps/audio-focus.html#audio-focus-change...
-
down vote Following is the fix for AndroidStudio 3.1.2 OR Newer Versions : We have faced the same issue on AS 3.1.2 , but a simp...
-
PHP is a server side scripting language. Php is for fetching data from the datastore, perform bussiness logics, then dump the necessary htm...
No comments:
Post a Comment