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

前端 未结 4 2002
挽巷
挽巷 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 11:58

    adding android:hardwareAccelerated="false" to application tag in manifest solve my problem

    EDIT: please see comment by @inteist

提交回复
热议问题