Android App Stuck On White Blank Screen, Looks Like It's Facebook Android Sdk 4.36.0 Issue
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 that
Solution 1:
"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.
Post a Comment for "Android App Stuck On White Blank Screen, Looks Like It's Facebook Android Sdk 4.36.0 Issue"