使用自定義Topbar,運行出現程序崩潰
出現的錯誤如下:
?Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.internal.widget.TintTypedArray.getChangingConfigurations
unable to resolve virtual method 408: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
?Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.internal.widget.TintTypedArray.getType
unable to resolve virtual method 430: Landroid/content/res/TypedArray;.getType (I)I
請問老師這是什么原因呢?
2016-03-12
可以描述下,你出現的地方和解決的方法嗎?我也出現了同樣的問題。謝謝
2016-03-06
此問題已解決,原來是代碼寫錯了,都是ctrl+c/v惹的禍。。。