java.lang.IllegalStateException: Unable to create layer for v

前端 未结 4 2005
挽巷
挽巷 2021-01-01 11:40

I have this exception on crashlytics and have no idea how to reproduce or what the cause might be. Does anyone have any pointers as to where I should start looking? Only aff

4条回答
  •  庸人自扰
    2021-01-01 12:00

    I also faced this issue when I tried to create a simple View. I just had to set android:forceHasOverlappingRendering="false" in its xml. Note that it only works from API level 24.

提交回复
热议问题