android failure getting some entry

前端 未结 1 1197
深忆病人
深忆病人 2020-12-06 16:40

I have a simple Activity displaying a custom Dialog with some RadioGroups, nothing special. While working with the app, I noticed some

相关标签:
1条回答
  • 2020-12-06 17:46

    It is a resource problem. I am having the same Warning message because Android SDK (eclipse) stopped support to generate icons for res/drawable-ldpi. And the testing device is one with a smaller screen which requires low DPI icons. According to Google, 9.9% of the devices are ldpi and this number is decreasing over time.

    Because you mentioned Samsung I9100, it is a ldpi device and it is normal to have this warning.

    This message shows that the resource is not found and other icons are used after resizing. It can be ignored if you don't want to create such icons manually.

    0 讨论(0)
提交回复
热议问题