報出的警告是: 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