TOC

http://www.10qianwan.com/articledetail/631426.html
https://blog.csdn.net/Stephen2Wong/article/details/105582351

设置横屏之后爆红异常处理-Android

原因:Androidstudio更新后对规则更严厉,期望开发者适配横竖屏,以便更好支持日后的Chrome OS生态。

在application标签里,加入:
tool:ignore="LockedOrientationActivity"
之后由于没有tool命名空间所以会异常,需要在顶部的manifest标签里引入:
xmlns:tool="http://schemas.android.com/tools"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-11-25
猜你喜欢
  • 2022-01-22
  • 2021-12-16
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案