Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scan for unused resources in Android Studio 3.0

Lint - Scan for Unused Resources - does not work on Android Studio 3.0. This is CMD-Alt-Shift I (Unused Resources). It works fine on Android 2.3.3.

In Android Studio 3.0, it just shows "No suspicious code found." message while I know for a fact that there are unused resources on my project.

Does anyone have the same issue?

like image 687
Michael Avatar asked Nov 07 '22 13:11

Michael


1 Answers

I had the very same problem in Android Studio 3.0.0 and 3.0.1, however updating to Android Studio 3.1.0 fixed the issue. Now it's working perfectly again.

like image 191
Robot2037 Avatar answered Dec 15 '22 22:12

Robot2037