Last Updated: February 25, 2016
·
1.983K
· leomindez

Facebook Module for Android Studio

Clone this repository and add the facebook module,
https://github.com/leomindez/FacebookModule

This is a facebook module, you can add it in your android studio project.

If you want to use this module for your projects you should follow the next steps:

  • Should create a new libraries folder in project root
  • Should copy this project into the libraries folder, you must manually copy the project,because if you copy it using the drag and drop action the project doesn't work because android studio throw an error
  • Add the next line into settings.gradle file: include ':libraries:facebook'
  • Add the next line into build.gradle file: compile project(':libraries:facebook')

  • YOU MUST MODIFY local.properties file with your android sdk route

  • Should rebuild the project

THAT'S IT!