mScreenBitmap = Surface. screenshot((int) dims[0], (int) dims[1]);
提示:
The method screenshot(int, int) is undefined for the type Surface
还有
import android.hardware.CameraSound;
import android.os.ServiceManager;
import android.os.SystemProperties;
这三行语句也出错,提示
The import android.hardware.CameraSound cannot be resolved
这是什么原因造成的?是因为API版本不同吗?
1 个解决方案
#1
问一下,你解决这个问题了么?
#1
问一下,你解决这个问题了么?