The code completion window has few drawable alternatives to insert

3

You notice that there are several libraries imported into my Android Studio:

ButwhenI'mgoingtoimportanimageintomyproject,onlyafewalternativesappearasyoucanseebelow:

Thereweremorealternativestoseeasyoucanseebelow:

HowdoIreversethis?

===========================================================p>

IhavetriedtoputtheicondirectlyintheJavacode,butitdoesnotappear.

Myprojectstructure:

    
asked by anonymous 09.11.2017 / 20:33

1 answer

1

The options that appear are those corresponding to the drawables that are in the res\drawables folder of your project.

In fact, in older versions, all the ones that your project had access to, which in my opinion were only a hindrance.

I think this change took place in Android Studio 3.0.

    
13.11.2017 / 14:34