I have follow Scott Barta solution to import Facebook SDK on the new version of Android Studio (here) but now i'm having trouble using this sdk.
When I import import com.facebook.android.Facebook;
I can't run my apps, it keeps reporting error: package com.facebook.android does not exist
and all my methods that refer to facebook are "deprecated".
Does anyone know where this could come?