我知道关于内存不足的问题已经被问过了,但我没有找到解决方案
在位图工厂中,我出现内存不足异常,甚至使用
inSampleSize=1
所以我习惯用 try catch out of memory 异常来包围它,因为这是一种不好的做法
try{
.........
......
}catch (OutOfMemoryError e)
{}
内存不足异常也被捕获,但我的问题是在捕获这个异常之后我们应该
清除或重新分配 GC 的堆内存
有什么解决办法吗?
我用
System.gc();
没用请帮忙!!!!!!
not even Bitmap also for GridView Orientation i found this exception Clamp target GC heap from 17.333MB to 16.000MB Out of memory on a 140416-byte allocation.