Android Camera Out Of Memory Exception
I have a strange problem on my htc hero. When launching camera, i get out of memory exception. After that, if i launch any other application that uses camera, they also crash(when
Solution 1:
How about this search for "surfacechanged" in Google Code Search? The first result is from the Android source code.
Solution 2:
Look at the source code to Barcode Scanner. Look at what it does with onPause()
and onResume()
, via CameraManager
.
Post a Comment for "Android Camera Out Of Memory Exception"