Search code examples
androidfacebook-sdk-4.0androidx

Facebook SDK doesn't support on AndroidX


I got this error on facebook SDK. I'm using androidx to my support library enter image description here

heres my gradle enter image description here

looking into the activity itself uses supportv4 libraries enter image description here whats the possible fix here?


Solution

  • I solved it by adding this two lines in gradle.properties

    android.useAndroidX=true
    android.enableJetifier=true