How to find all unused APIs of library in project in Android Studio?

Viewed 24

I want to find all unused public APIs of my library in another app. This library is imported as an external library. I tried to do it via code analysis, but I ended up finding unused methods in my app.

I've created a search scope for menu Code->Inspect code... But that gave me nothing.

Since this library has hundreds of public methods, that's sad to check it manually.

Is there any solution to that?

0 Answers
Related