Scan unused resources in Android Studio 3.0

Lint - checking for unused resources - does not work in 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 simply shows "No suspicious code detected." when I know that my project has unused resources.

Does anyone have the same problem?

+4
source share
1 answer

I had the same problem in Android Studio 3.0.0 and 3.0.1, however updating to Android Studio 3.1.0 fixed the problem. Now it works great.

0
source

Source: https://habr.com/ru/post/1690347/


All Articles