896+ Capstone Project is Available: Whatsapp: +91-7011258995, Email: sharecodepoint@gmail.com

error: package com.facebook.android does not exist in android studio project

Error: package com.facebook.android does not exist in android studio project

Solution:

check your build.gradle it should be got this dependency

if you got library project:

dependencies {
    compile project(':facebook');
}

if you got jar files in libs folder:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
}

or just add maven central dependency to:

dependencies {
    compile 'com.github.asne.facebook:facebook:3.17.2'
}

Sharecodepoint

Sharecodepoint is the junction where every essential thing is shared for college students in the well-defined packets of codes. We are focused on providing you the best material package like Question papers, MCQ'S, and one NIGHT STUDY MATERIAL. facebook twitter youtube instagram

Post a Comment

Previous Post Next Post

Contact Form