Human
Human

Reputation: 10815

Android Studio Removing Code Redundancies

I'm trying to remove redundant that I've in my project.

This option is part of the ReSharper Tool, but I didn't found any hint about if this tool is available in Android Studio.

Upvotes: 0

Views: 443

Answers (1)

Human
Human

Reputation: 10815

I found it. It's already built-in feature in Android Studio regarding to this post by Andrey Cheptsov.

Just do this : Analyse -> Code Cleanup -> Specify the scope of the clean

Upvotes: 2

Related Questions