Facebook SDK not working on Android Studio

I am using Scott Barta strong> solution to import the Facebook SDK into the new version of Android Studio ( here ), but now I have a problem using this sdk.

When I import import com.facebook.android.Facebook;, I can not run my applications, it saves reporting error: package com.facebook.android does not exist, and all my methods related to facebook are β€œout of date”.

Does anyone know where this might come?

+4
source share
1 answer

Facebook SDK, Gradle, Gradle Sync, :

fooobar.com/questions/147872/...

( ), Gradle , :

fooobar.com/questions/16940/...

, , .

0

Source: https://habr.com/ru/post/1532724/


All Articles