1、报错原因开启GPU(强制渲染);
2、use Canvas.isHardwareAccelerated() to skip the problematic code.
3、draw the problematic stuff into a bitmap and and draw this with canvas.drawBitmap() onto the hardware accelerated view.
1、报错原因开启GPU(强制渲染);
2、use Canvas.isHardwareAccelerated() to skip the problematic code.
3、draw the problematic stuff into a bitmap and and draw this with canvas.drawBitmap() onto the hardware accelerated view.