gpt4 book ai didi

android - 无法导入 facebook-sdk 4.0.1

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:55:12 25 4
gpt4 key购买 nike

我有 android studio 1.1.0,我刚刚创建了一个新项目,我正在尝试导入新的 facebook-sdk 4.0.1 但不能这样做,我关注了 Facebook Getting Started

但无法让它工作。我的应用程序结构 enter image description here

我的 build.gradle(Project: MyApplication) 文件是:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
//mavenCentral()
}
}

我的 build.gradle(Module: app) 文件是:

apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.example.hema.myapplication"
minSdkVersion 9
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.facebook.android:facebook-android-sdk:4.0.1'
}

最后报错信息是:

Error:(28, 13) Failed to resolve: com.facebook.android:facebook-android-sdk:4.0.1
<a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

编辑 我在 build.gradle(Project: MyApplication) 文件的存储库闭包中添加了 mavenCentral() 但没有使用相同的错误消息。

最佳答案

我解决了这个问题,它在我的 Gradle 设置中 >> 未选中离线工作 enter image description here

关于android - 无法导入 facebook-sdk 4.0.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29581771/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com