import android.support.v7.internal.widget.TintTypedArray提示不存在

提示导入这个包不存在,可以把依赖support:appcompat 改成提版本的 api 'com.android.support:appcompat-v7:23.1.0'
final TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, R.styleable.CnToolbar, defStyleAttr, 0);

你可能感兴趣的:(import android.support.v7.internal.widget.TintTypedArray提示不存在)