java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x12

前端 未结 2 1541

So my problem is a weird one. I keep getting this error:

java.lang.UnsupportedOperationException: Can\'t convert to dimension: type=0x12

Th

2条回答
  •  清歌不尽
    2020-12-06 16:52

    You should add android:windowTranslucentNavigation attribute in values-v19 style.

    It is not supported in older versions.

提交回复
热议问题