This question has already been asked by different ways by another users but their question doesn't properly address my issue.
I am making a playing card game in android, so I need to be able to import all the 52 card image to android. However, so far, I couldn't see an option to do this in android studio. After that I had installed Android Drawable Importer on a suggestion in this post.
These posts doesn't really address my issue. My primary aim is not to scale images for different sizes (however it is also one of my aims), but to import multiple image resources at once.
I have already tried dragging and dropping image files, but not to avail. I have android studio version of 1.4 and I am using ubuntu 14.04.
Thanks.