“Canvas: trying to draw too large bitmap” when Android N Display Size set larger than Small

后端 未结 12 1424
清酒与你
清酒与你 2020-11-27 14:51

I have a published app that is crashing at startup on Android N when the newly introduced Display size OS setting is set to too large a value.

When I lo

12条回答
  •  庸人自扰
    2020-11-27 15:19

    Move your image in the drawable to mipmap-xxhdpi.Your image is in bitmap format so you should put your image in mipmap folder,then it will work

提交回复
热议问题