Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider

前端 未结 8 1257
别那么骄傲
别那么骄傲 2020-12-24 05:11

Anyone knows what does this error mean? I get it in LogCat shell every time I connect with my android application to Facebook (via emulator).

The code which in charg

8条回答
  •  离开以前
    2020-12-24 05:42

    It just means that you don't have the Facebook app installed on your phone. Don't worry too much about it.

    The way the Facebook SDK for Android works is that whenever you need to make a request to Facebook, the SDK checks to see if the Facebook app is already installed on your device. If it is installed, the request is made through the app. If the app is not installed, it fetches the data by itself.

提交回复
热议问题