close
當使用超大的圖片(700Kb) android會出現下面的錯誤
ERROR/dalvikvm-heap(1247): 3991680-byte external allocation too large for this proces
為了解決這個問題 我花了一個多禮拜
一開始使用非UI Thread 來處理
Android中 thread 與 View的溝通 (一)
[Android]當透過非GUI Thread更新畫面時
還是不行
後來加上將圖片 和 系統垃圾 的回收:
bitmap.recycle();
System.gc();
終於可以啦~~
這次的總結是:要懂得看錯誤訊息= =
全站熱搜
留言列表