使用自定義Topbar,運(yùn)行出現(xiàn)程序崩潰
出現(xiàn)的錯(cuò)誤如下:
?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
請(qǐng)問(wèn)老師這是什么原因呢?
2016-03-12
可以描述下,你出現(xiàn)的地方和解決的方法嗎?我也出現(xiàn)了同樣的問(wèn)題。謝謝
2016-03-06
此問(wèn)題已解決,原來(lái)是代碼寫錯(cuò)了,都是ctrl+c/v惹的禍。。。