Resources NotFoundException?

前端 未结 10 1689
清歌不尽
清歌不尽 2020-11-27 19:01

I\'m getting crash reports from android marketplace:

android.content.res.Resources$NotFoundException: Resource ID #0x....

I get about 17 of

10条回答
  •  情深已故
    2020-11-27 19:31

    This have occurred several times especially on phones with low density. I also noticed that it mostly happens with 9-patch images.

    My solution was to include 9-patch images in as much density resource folders as I could (mdpi, ldpi, hdpi, xdpi).

提交回复
热议问题