native-docs
native-docs copied to clipboard
android 离线打包设置竖屏 崩溃 android8.0.0
离线打包在
配置 将android:screenOrientation="user" 设置为 android:screenOrientation="portrait"
在android8.0.0下 启动崩溃

通过查看源码 目前采用简单的思路进行解决。无法预知是否有其他问题。
将原始的TranslucentTheme 删除掉然后再引入样式
将 android:windowIsTranslucent="false" 设置为false。测试可以启动不会崩溃。。开发大佬能否在SDK层次解决
删除掉了 android:theme="@style/TranslucentTheme" 配置 将源码直接配置在这里 然后改一个参数为false