The application may be doing too much work on its main thread.
I/Choreographer: Skipped 210 frames! The application may be doing too much work on its main thread.
在Application加入代码关闭硬件加速即可android:hardwareAccelerated="false"
或者在View类中加入如下代码:setLayerType(View.LAYER_TYPE_SOFTWARE, null);// 关闭硬件加速