0

Im trying to add a facebook login to my login screen. in order to do so, I imorted facebook andrdoid sdk to my project.

Followed the steps in this answer.

But, when I'm Importing, the project New module Window shows an error message called, "Specify Location of the gradile or Andrdoid Eclipse project" and the Finish button is disabled so that I cannot proceed to import the SDK.

See the image. enter image description here

Thanks in advance.

Community
  • 1
  • 1

1 Answers1

0

no need to import sdk you can add line in your build.gradle

compile 'com.facebook.android:facebook-android-sdk:4.6.0'