Search code examples
androidandroid-studiosearchjaraar

In Android Studio, is there a way to search a word within jar, aar, and maven imported libraries?


Sometimes within the library I need to search a method name or a method that deals with what I am looking for.

In Android Studio, is there a way to search a word within jar, aar, and maven imported libraries?

It doesn't have to be using Android Studio, is there a tool which I can search words within jar, aar, maven imported libraries?


Solution

  • On Android Studio, for searching something within the imported libraries, you can try :

    Open Edit menu

    Select "Find" -> "Find Usage Settings" and select the Scope as "Project and Libraries"

    OR

    Select "Find" -> "Find in path" and select "Scope" scope specifying this as "Project and Libraries"

    Hope this is helpful.