报出的警告是: Bitmap too large to be uploaded into a texture (440x6405, max=4096x4096):
经过查找资料是因为当开启硬件加速的时候,GPU对于openglRender 有一个限制,这个不同的手机会有不同的限制.
application android:hardwareAccelerated="false">把硬件加速设置为false
经过查找资料是因为当开启硬件加速的时候,GPU对于openglRender 有一个限制,这个不同的手机会有不同的限制.
application android:hardwareAccelerated="false">把硬件加速设置为false
2015-11-20
我的运气真好,刚好换了Android studio,老是就用Android Studio来教学了,老师是专门为我开的课程么~!
2015-11-20
miui Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivity(intent);崩溃
startActivity(intent);崩溃
2015-11-19