Android : java.lang.OutOfMemoryError:

后端 未结 6 1686
太阳男子
太阳男子 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:11

    In your AndroidManifest.xml keep this inside application tag, add largeHeap like this:

    
    

提交回复
热议问题