我每3秒自动聚焦一次,我的代码在我的硬件设备(GalaxyS)上运行,但在我的AVD(虚拟设备)上,应该在聚焦完成后调用的回调永远不会被调用。有人知道为什么吗?publicvoidonPreviewStart(){Log.v(TAG,"onPreviewStart()focusTimer:"+focusTimer);if(this.autoFocus==true&&getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_AUTOFOCUS)){focusTimer=newRunnable(){publicvo