According to the article Add facebook SDK to IntelliJ Android project?, I choose to add the \"facebook.jar\" file as a Module in the \"Dependencies<
OK, finally got the facebook android SDK worked for me. Here are the order of steps I did.
File
| New Module
Library Module
" on the left-side panel.Module name
: "facebook"Content root
: Choose where the downloaded facebook android SDK is, and be sure to select the subfolder named "facebook"Module file location
: same as Content rootPackage name
: com.facebook.android (Guess could assign arbitrarily?)finish
button and wowla~ you got the facebook android sdk module in your project.File
| Project Structure
then select the Modules
pages at the left panelModule Dependency
, you will see the facebook module we created above just shown for selection. Select it.