createBitmp时的OutofMemoryError

时间:2014-06-19 09:55:47

标签: android bitmap out-of-memory android-canvas

onSizeChanged()中为画布创建位图时,我正在 OutOfMemoryError

我正在创建像这样的Bitmap

Bitmap b = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);

缩放画布时我收到OutOfMemoryError异常。

我如何处理此异常?

0 个答案:

没有答案