-2

I have started with Android Studio a few months before. I have found many good things and a few bad as compared to eclipse. I would like to know if there is a shortcut or easy way to change the app icon...like the Eclipse IDE offers automatically... or we still need to copy and paste the various icons (hdpi, mdpi, xxhdpi) manually to the respective directories.

Vishal Kumar
  • 4,419
  • 1
  • 25
  • 31

2 Answers2

2

Right click drawable -> New -> Image Asset -> Asset Type: Action Bar and Tab Icons. Image file: image_path, Resource Name: how_youre_image_will_be_called -> Next -> Finish

Done

This will add 4 different sizes of your image so that it will fit depending the device size (phone, tablet...)

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Zubli Quzaini
  • 352
  • 1
  • 3
  • 17
0

Using Android Drawable Importer Plugin you can add an option to Android Studio to import drawables in different resolutions from Android Icons.

Anoop M Maddasseri
  • 10,213
  • 3
  • 52
  • 73