无法将Facebook SDK导入Android项目

时间:2015-04-27 13:00:10

标签: android facebook-sdk-4.0

我一直在尝试将Facebook SDK导入到我现有的项目中。我尝试了以下说明,但没有奏效。

  • 1:文件>导入模块..找到facebook-android-sdk-4.0.1然后完成
  • 2:转到文件>项目结构> dependecies tab>模块依赖项选择:Facebook
  • 3:SYNC项目和重建

以下是我尝试过的截图。

File > Import Module

Select Parse SDK/facebook/build.gradle

Error about existing module name

Ended up changing the module name (not sure this is right thing to do)

Check dependency but Facebook is not there

enter image description here

1 个答案:

答案 0 :(得分:2)

我看到你正在使用Gradle。为什么不在build.gradle文件中添加sdk作为Gradle依赖项?

像这样:

  

依赖{       编译'com.facebook.android:facebook-android-sdk:4.0.1'}