为什么Android模拟器相机意外停止?模拟器、意外、相机、Android

2023-09-04 08:48:14 作者:碍

我采用Android 2.2(API等级8)。相机在清单中启用。当我尝试通过模拟器模型提供的相机图标,它运行了几秒钟显示灰色​​框周围的黑色和白色棋盘移动,然后死与此错误消息:

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:

抱歉!该应用程序摄像头(进程   com.android.camera)已经停止   不料。请重试。

Sorry! The application Camera (process com.android.camera) has stopped unexpectedly. Please try again.

当然,尝试再次,没有帮助。我现在用的是仿真器提供的相机比较有摄像头的应用程序我工作的行为。为什么Android模拟器相机意外停止?

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?

推荐答案

模拟器相机充其量是片状的。

The emulator camera is flaky at best.