sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

Simple facebook conflicts with google play service #423

Open billytb opened 8 years ago

billytb commented 8 years ago

Hi,

When we test application using Simple Facebook on some Samsung or LG devices, the application crashes, throwing permission not found error, and the Simple Facebook seem to be not existed. My application uses Google Play services, and when we try to remove it, the application run normally without any errors.

Please help me check this error My gradle :

compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.sromku:simple-fb:4.1.1'
raylee4204 commented 8 years ago

I use both Simple Facebook and play services and not having this issues.

Is your apply plugin: 'com.google.gms.google-services' line at the bottom of the gradle file?