gyyak
gyyak
前段时间 我的也是报这个错后来.发现setTargetDir()设置路径有问题. 不知道能不能帮到你
我的也是 调用 .startWithPop() 方法后在回退就是空白页面 , 我感觉是出入栈的问题 ,导致的
自己动手吧 ,导出来替换一下 高版本 没有这个属性了.` TintTypedArray a = ThemeEnforcement.obtainTintedStyledAttributes(context, attrs, android.support.design.R.styleable.BottomNavigationView, defStyleAttr, android.support.design.R.style.Widget_Design_BottomNavigationView, new int[]{android.support.design.R.styleable.BottomNavigationView_itemTextAppearanceInactive, android.support.design.R.styleable.BottomNavigationView_itemTextAppearanceActive});` 替换` TintTypedArray a = ThemeEnforcement.obtainTintedStyledAttributes(context, attrs, com.google.android.material.R.styleable.BottomNavigationView, defStyleAttr,com.google.android.material.R.style.Widget_Design_BottomNavigationView, com.google.android.material.R.styleable.NavigationBarView_itemTextAppearanceInactive, com.google.android.material.R.styleable.NavigationBarView_itemTextAppearanceActive); // clear if you don't...