Display classes containing deprecation Android Studio

后端 未结 2 1684
感动是毒
感动是毒 2020-12-13 05:41

I updated my project to the latest Android APIs and the project now has multiple deprecated methods. Does Android Studio have a cool way of listing all classes containing sa

相关标签:
2条回答
  • 2020-12-13 06:33

    Follow below steps: Go to Analyze -> Run Inspectinon By Name ->type Deprecated API Usage

    0 讨论(0)
  • 2020-12-13 06:39

    If it helps someone else heres the answer to my question:

    If you go to Analyze -> Inspect Code...

    When your project has been inspected click on Code maturity issues and tada, there is a list of all Deprecated API usages :)

    0 讨论(0)
提交回复
热议问题