Android : java.lang.OutOfMemoryError:

后端 未结 6 1688
太阳男子
太阳男子 2020-11-27 23:29

I developed an application that uses lots of images on Android.

There are lots of images present in drawable folder say more then 100, I am developing application fo

6条回答
  •  忘掉有多难
    2020-11-28 00:08

    try {
        //Code here that cause OutOfMemoryError
    } catch (Error ee) {
        ee.printStacktrace();
    }
    

提交回复
热议问题