android - Setting Facebook SDK does not work -


i trying set facebook sdk using maven,

    repositories {     jcenter()       // intellij main repo. }  dependencies {     compile 'com.facebook.android:facebook-android-sdk:+' } 

now, doubt should keep extracted facebook sdk files?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -