Fast ways to import drawables in Android Studio?

前端 未结 14 2193
北荒
北荒 2020-11-28 07:10

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

14条回答
  •  眼角桃花
    2020-11-28 07:45

    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.

    [Paste in AndriodStudio[2]

    Worked great for me.

提交回复
热议问题