1

I want to find deprecated functions from my Android Studio Project. I have older project i want to remove all deprecated function

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Umar Nawaz
  • 31
  • 7

1 Answers1

6

You can navigate to Analyze/Run Inspection by Name, then this: enter image description here

..and this: enter image description here

It will take some time to perform analysis.

ror
  • 3,295
  • 1
  • 19
  • 27