facebook + android : Only fullscreen opaque activities can request orientation

后端 未结 6 1880
无人共我
无人共我 2020-12-15 04:12

Facebook SDK version 4.27.0

Android OS version 8.0

App crashes with exception, this is the trace log I have found over Cras

6条回答
  •  温柔的废话
    2020-12-15 04:50

    From the latest fb integration guide, we don't need to specify either theme or orientation that is causing crash on android 8.0 . So we should use latest fb sdk with their new settings:

    
    

    https://developers.facebook.com/docs/facebook-login/android/#manifest

提交回复
热议问题