Android trying to use a recycled bitmap, not in my code

前端 未结 6 1371
滥情空心
滥情空心 2020-12-30 00:56

I get this stacktrace from the Market developer console every once in a while; I can\'t find any way to repro the error. It\'s happening while displaying a splashscreen Imag

6条回答
  •  情歌与酒
    2020-12-30 01:10

    Have you tried to lower the ress of the image? It happened to me lots of times. If the problem continues after rezise the image, it means that the problem is in somewere else... I would look in the on create methode from your main activity or in the splashscreen code.

    sorry my crappy english :)

    C ya!

提交回复
热议问题