At some point in an Android project you will need to import some drawables - be it toolbar icons, images, UI features - in res/drawable directory. Most of the t
res/drawable
I found the easiest way is to just copy the files or in the case of a launcher icon set the folders.
And just paste them to the res folder in AndroidStudio.
[
Worked great for me.