Android App Stuck on White Blank Screen, looks like it's Facebook Android SDK 4.36.0 Issue

前端 未结 2 1921
南旧
南旧 2021-02-06 16:41

Everything was perfectly working few days ago(till 31st August 2018 morning), suddenly the app got stuck with white blank screen. I did some debug and search on it. And found th

相关标签:
2条回答
  • 2021-02-06 17:16

    Change to version 4.35.0

    implementation 'com.facebook.android:facebook-android-sdk:4.35.0'
    
    0 讨论(0)
  • 2021-02-06 17:22

    "compile 'com.facebook.android:facebook-android-sdk:4.35.0'" does not give me a white screen "compile 'com.facebook.android:facebook-android-sdk:4.36.0' does give me a white screen. "compile ('com.facebook.android:facebook-android-sdk:[4,5)');" also gives me a white screen, this is what I have been using for about 4 months.

    So, 4.35.0 fixes that problem, as does removing all the Facebook code.

    0 讨论(0)
提交回复
热议问题