问题描述:在引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

如下图

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

加载带有未知错误的AppCompat ActionBar失败。一路小找,发现这布局与原标题冲突(同事引用时没这冲突,不知道其他人有没有)。

以下是解决方案:找到项目的styles文件。

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

将style属性DarkActionBar改为NoActionBar。如下图:

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

或者在Theme前面加上Base. 。如下图:

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

然后重新Rebuild Project一下

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

最后恢复正常

引用百分比布局AutoLayout无显示报Failed to load Appcompat Actionbar with unknown error

 

相关文章:

  • 2021-06-29
  • 2021-09-30
  • 2022-12-23
  • 2021-10-13
  • 2021-12-24
  • 2021-05-09
  • 2021-05-07
猜你喜欢
  • 2021-10-03
  • 2021-05-29
  • 2021-05-09
  • 2021-11-29
  • 2021-05-24
相关资源
相似解决方案