Search code examples
androidandroid-activityandroid-5.0-lollipop

Android Lollipop Activity Screen corrupted


I build my App with Android Lollipop SDK (21). After opening some activities and close they, one activity has this corrupted screen. It looks like a Memory error, but this happens only on Android Lollipop devices. In the Logcat i cant see errors.

Any ideas what this is?

enter image description here


Solution

  • webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); solves the problem.