3
You notice that there are several imported libraries in my Android Studio:
But when I import an image to my project there are only a few alternatives as you can see below:
It was to appear more alternatives as you can see below:
How do I reverse this?
=============================================
I already tried to put the icone straight in the Java code, but it does not appear.
Structure of my project:





thank you very much quite enlightening.
– wladyband
Know any tutorial that explains how I put an image in my project the way I’m trying to do?
– wladyband
It will have to be put first in the folder
drawable. If it’s an image you have on your PC the easiest is to copy(no explore) and stop it in the drawable folder (inside Android Studio). Or use the Image Asset Studio through File ->New->Image Asset.– ramaral