0

So I right click on my drawable folder, say add image asset, go to action bar and tab icons and then try to import a png. I have tried 4 different png and for every single one, all that shows up is a gray box

Stackoverflow won't let me show one of the images I was trying but they were all just pngs

Cinn M
  • 11
  • 6
  • Your question has been answered right here https://stackoverflow.com/questions/29047902/how-to-add-an-image-to-the-drawable-folder-in-android-studio – Master Fathi Nov 29 '18 at 23:08

1 Answers1

0

Maybe png image size is too large, you can convert it to webp format and load it to drawable (For this, right-click png file last option is 'convert to webp format').

PJain
  • 526
  • 2
  • 14