why my application use all memory and get OutOfMemoryError: Failed to allocate?

后端 未结 3 1959
难免孤独
难免孤独 2020-12-24 09:55

why this happeing all the time?i dont have even a bitmap to recycle and i dont know why my application throw memory error.

i select image from gallery here is the co

3条回答
  •  悲&欢浪女
    2020-12-24 10:31

    Maybe adding this line in Manifest on application tags will help you;

      
    
         ......
         ......
    
    
    

提交回复
热议问题