1、android 8
Caused by java.lang.IllegalStateException: only fullscreen opaque activities can request orientation
解决方案:
1,删除AndroidManifest中相应Activity的 android:screenOrientation=""属性;
2,删除相应Activity的theme中

1、android 8
Caused by java.lang.IllegalStateException: only fullscreen opaque activities can request orientation
解决方案:
1,删除AndroidManifest中相应Activity的 android:screenOrientation=""属性;
2,删除相应Activity的theme中