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?
source
share