Some libraries do not appear in the dependency lookup list

2

When we go into the Project Structure configuration menu, in the app configuration, and in Dependencies, we can add some libraries to a list or search. But it is not any library that appears. For example when I search for volleyball, it does not appear in this list.

Does anyone know how to put more items in this list? Sometimes I forget how the library link is to put in the gradle, and I wanted an easier method every time I start a new project, to be able to add more easily through this menu.

Does anyone know how I can do this? Sorry if I could not explain it right.

Below is an image to show on the screen that I'm talking about.

    
asked by anonymous 03.03.2018 / 05:24

1 answer

1

By what I'm given to realize the search only works for libraries whose identifier starts with com.android or com.google.android .

So you need to know the full library identifier to be able to add it. Note that even if you put the full identifier it does not appear in the search result, however it will be added by clicking OK .

    
03.03.2018 / 15:51