今天测试软件登录的时候突然崩溃当时 还以为机型的问题 崩溃信息 Only fullscreen opaque activities can request orientation
后来查阅资料才发现 参考了: https://blog.csdn.net/starry_eve/article/details/82777160博主的资料才知道
我是直接在 styles.xml文件里面 添加了这段话就解决andriod 8.0 出现这个问题的
2023-12-05 18:56:34
今天测试软件登录的时候突然崩溃当时 还以为机型的问题 崩溃信息 Only fullscreen opaque activities can request orientation
后来查阅资料才发现 参考了: https://blog.csdn.net/starry_eve/article/details/82777160博主的资料才知道
我是直接在 styles.xml文件里面 添加了这段话就解决andriod 8.0 出现这个问题的