java.lang.RuntimeException: Failed to resolve attribute at index 6

xiaoxiao2021-02-28  70

我的报错环境:微信支付回调到WXPayEntryActivity页面时在setContentView时报错

在stackoverflow上找到一篇文章说是跟style有关系,然后我又一步一步的删减layout代码最后发现是因为用到了style中的属性

android:layout_height="?attr/actionBarSize" 最后更改为固定的值后解决了

android:layout_height="55dp"

转载请注明原文地址: https://www.6miu.com/read-52552.html

最新回复(0)