2

I am placing images in drawable-xhdpi folder and galaxy nexus doesn't pick it up.

Is galaxy nexus HDPI or XHDPI?

dcanh121
  • 4,665
  • 11
  • 37
  • 84

2 Answers2

7

It's XHDPI for sure (I have one). I use the drawable-xhdpi folder with no issues. Do you have other resources, in maybe the drawable-nodpi folder or something?

Kevin Coppock
  • 133,643
  • 45
  • 263
  • 274
  • I have images in both drawable and drawable-xhdpi directories. In the xml file, I use, – dcanh121 Jun 18 '12 at 22:58
  • And I'm guessing you have an image1.png file in drawable-xhdpi? What makes you say it isn't picking it up exactly? – Kevin Coppock Jun 18 '12 at 23:01
  • I placed images in both drawable-xhdpi and drawable folder. Galaxy nexus picks up the xhdpi, but galaxy s2, htc incredible also picks up the xhdpi, I expected drawable. Any ideas? – dcanh121 Jun 27 '12 at 16:44
1

I know this is an old post, but I solved this simply by Refreshing the "res" folder in my structure. Right-click on "res" folder and hit refresh.

iTrout
  • 1,454
  • 2
  • 12
  • 21