1

In Android Studio, I have an exisiting project. I've recived some images that are in their respective drawable-mdpi, drawable-hdpi etc... folders. Is there a way I can bring all these in Android Studio at once? Rather than drag/drop each image and each of it's different resoluutions into the IDE?

0xSina
  • 20,973
  • 34
  • 136
  • 253
  • Probably your best bet is to bring them over in the filesystem instead of through the IDE UI. If it's something you need to do very often a little shell scripting could help you out. – Scott Barta Mar 21 '14 at 17:34
  • Follow this http://stackoverflow.com/a/28363332/3758898 – Kishan Vaghela Mar 06 '15 at 18:57
  • Possible duplicate of [Fast ways to import drawables in Android Studio?](http://stackoverflow.com/questions/28503229/fast-ways-to-import-drawables-in-android-studio) – aromero Apr 26 '17 at 15:10

0 Answers0