Why does the android emulator camera stop unexpectedly?
Posted
by
user490074
on Stack Overflow
See other posts from Stack Overflow
or by user490074
Published on 2010-10-28T16:09:18Z
Indexed on
2011/01/12
23:53 UTC
Read the original article
Hit count: 221
I am using Android 2.2 (API Level 8). The camera is enabled in the manifest. When I try the camera icon provided by the emulator model, it runs for a few seconds showing a gray box moving around a black and white checkerboard, then dies with the error message:
Sorry! The application Camera (process com.android.camera) has stopped unexpectedly. Please try again.
Trying again, of course, doesn't help. I am using the provided emulator camera to compare behavior with a camera application I am working on. Why does the android emulator camera stop unexpectedly?
© Stack Overflow or respective owner