emulator: device fd:17820
HAXM is not working and emulator runs in emulation mode
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.
emulator: AVD RAM size = 1024 MB
emulator: HAXM max RAM size = 978 MB
emulator: You might want to adjust your AVD RAM s
我已经找了几天了,但我找不到一种方法来设置HTC Wildfire相机的闪光灯模式。同样的代码也适用于Nexus S。这是我目前使用的代码。
//Code block to toggle flash setting between on and off
Camera.Parameters param = mCameraDevice.getParameters();
flashModes = param.getSupportedFlashModes();
if (flashModes != null) {
currentFlashMode = param.getFlashMode(