Nie można znaleźć androidsdk.modules

11

Więc w trakcie działania mojego programu mój build.gradle nie powiódł się z tym błędem. Mam na myśli, że faktycznie działał sekundę wcześniej, a nie sekundę później. Nic nie zmieniłem w swojej klasie.

Could not find androidsdk.modules:shield:unspecified.
Required by:
    project :app > com.facebook.android:facebook-login:5.15.2
    project :app > com.facebook.android:facebook-core:5.15.2
    project :app > com.facebook.android:facebook-common:5.15.2
Search in build.gradle files

Oto moja ocena.

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'

android {
    compileSdkVersion 28
    buildToolsVersion "29.0.2"
    defaultConfig {
        multiDexEnabled true
        applicationId "com.example.casualdatingapp"
        minSdkVersion 26
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
    lintOptions {
        disable "ResourceType"
    }
    compileOptions {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    }
}

dependencies {


    implementation 'com.google.firebase:firebase-functions:19.0.1'
    implementation "com.android.support:support-compat:28.0.0"
    implementation 'com.google.firebase:firebase-messaging:20.1.0'
    implementation 'net.yslibrary.keyboardvisibilityevent:keyboardvisibilityevent:2.3.0'
    implementation 'com.github.jakob-grabner:Circle-Progress-View:1.4'
    implementation 'com.github.smarteist:autoimageslider:1.3.2'

    implementation "com.android.support:support-v4:+"
    implementation 'com.nineoldandroids:library:2.4.0'
    implementation 'com.daimajia.slider:library:1.1.5@aar'
    implementation "com.yuyakaido.android:card-stack-view:2.3.4"
    implementation 'org.mongodb:stitch-android-sdk:4.1.0'
    implementation 'com.mindorks:placeholderview:0.7.1'
    implementation 'com.github.bumptech.glide:glide:3.7.0'
    implementation 'com.google.code.gson:gson:2.7'
    api 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
    implementation 'com.android.support:cardview-v7:28.0.0'
    implementation 'com.google.android.gms:play-services-location:17.0.0'
    implementation 'com.facebook.android:facebook-login:[5,6)'
    implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
    implementation 'com.mikhaellopez:circularimageview:3.2.0'
    api 'com.google.android.material:material:1.2.0-alpha01'
    implementation 'com.edmodo:rangebar:1.0.0'
    implementation 'pub.devrel:easypermissions:3.0.0'
//    implementation 'com.squareup.picasso:picasso:2.3.2'
    implementation 'com.squareup.picasso:picasso:2.71828'
    implementation 'com.android.support:multidex:1.0.3'
    implementation 'com.google.firebase:firebase-analytics:17.2.0'
    implementation 'com.google.firebase:firebase-storage:19.1.0'
    implementation 'com.google.firebase:firebase-auth:19.2.0'
    implementation 'com.google.firebase:firebase-firestore:21.3.1'
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.0.2'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.0'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    def nav_version = "2.1.0"

    // Java language implementation
    implementation "androidx.navigation:navigation-fragment:$nav_version"
    implementation "androidx.navigation:navigation-ui:$nav_version"

    // Kotlin
    implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
    implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

}
repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'kotlin-android-extensions'

Nie wiem jak i dlaczego tak się stało. Cofnięcie do poprzedniego działającego repozytorium git nic nie zmieniło ... Co może być przyczyną?

Andrew Young
źródło
1
Mając dokładnie ten sam problem z budowaniem z Jedności. Stało się tylko dzisiaj. Być może przeniesiono zdalne repozytorium? Bardzo dziwne rzeczy.
Zwander
@Zwander Czy wiesz, czy to był problem z interfejsem API Facebooka?
Andrew Young,
1
ten sam problem, sam miałem go otworzyć. Używam reag-native i próbowałem zaktualizować do najnowszej wersji, na razie nie mam szczęścia, zostawię to na kilka godzin ...
Stefano Solinas - obsidianart
1
@AndrewYoung Tak, dokładnie ta sama wersja, 5.15.2
Zwander

Odpowiedzi:

8

Naprawiłem to dla mnie. Dopiero zaczęło się dziać.

implementation 'com.facebook.android:facebook-android-sdk:5.15.3'
Rob Trautvetter
źródło
zadziałało dla mnie. błąd właśnie miał miejsce dzisiaj podczas otwierania mojego projektu
Hai Rom
2

Otrzymuję ten sam błąd, gdy próbuję zbudować projekt w Unity.

Dla Unity rozwiązany, zastępując implementacje:

implementation 'com.facebook.android:facebook-applinks:[5,5.11.1)' 
implementation 'com.facebook.android:facebook-core:[5,5.11.1)' 
implementation 'com.facebook.android:facebook-login:[5,5.11.1)' 
implementation 'com.facebook.android:facebook-share:[5,5.11.1)'

w szablonie Gradle.

Mario
źródło
2

Możemy skonfigurować 3 rzeczy na temat SDK Facebooka do reagującej natywnej aplikacji na Androida:

  1. Wersja lib w package.json.
  2. Zależność od android/app/build.gradle
  3. Wersja SDK na Facebooku włączona android/build.gradle.

Te błędy są prawdopodobnie błędem: https://github.com/facebook/react-native-fbsdk/issues/701

Dla mnie działa ta konfiguracja:

  1. "react-native-fbsdk": "1.1.2", w pakiecie.json
  2. implementation 'com.facebook.android:facebook-android-sdk:[5,5.11.1)' na Androida / app / build.gradle.
  3. facebookSdkVersion = '5.15.3' w Android / build.gradle
Lucas Garcez
źródło
2

Powinienem wspomnieć, że to rozwiązanie działa dla React Native. Rozwiązanie Roba jest najlepsze dla natywnego Androida.


Właśnie miałem teraz ten sam problem i oto, co dla mnie zadziałało. Dodaj facebookSdkVersion = "5.15.3"do

android
|--build.gradle
buildscript {
    ext {
        buildToolsVersion = "28.0.3"
        minSdkVersion = 18
        compileSdkVersion = 28
        targetSdkVersion = 28
        ...

        // This is a temporary fix for react-native-fbsdk v1.1.2
        facebookSdkVersion = "5.15.3"
    }
}

Bibliografia:

Tom Daniel
źródło
Nie działało to dla mnie, chociaż zadziałało rozwiązanie sugerowane przez Roba.
LoveForDroid
1

Użyłem tej wersji [5,6) kompilować „com.facebook.android:facebook-android-sdk:[5,6)”

ale rozwiązałem poniżej wersji kompilacji „com.facebook.android:facebook-android-sdk:[4,5)”

Miłego dnia

test
źródło
1

Ten sam problem występował dzisiaj. Korzystałem z „flutter_facebook_login: ^ 2.0.0”

Zaktualizowałem to do flutter_facebook_login: ^3.0.0. Musiałem zmienić logInWithReadPermissionsię logIni to naprawić ten problem dla mnie.

Herman David Mejía Benjumea
źródło
1

W moim przypadku właśnie zastąpiłem moją zależność

implementation 'com.facebook.android:facebook-android-sdk:5.15.3'

i zadziałało.

Abir Khan
źródło
1

Wygląda na to, że wiele osób ma ten problem, a obejściem tego problemu jest zastąpienie facebookSdkVersion w build.gradle Reag-native-fssdk Androida.

Jeśli uruchomisz to polecenie na terminalu w katalogu głównym projektu

cat node_modules/react-native-fbsdk/android/build.gradle

powinieneś zobaczyć, że ten stopień kompilacji sprawdzi, czy istnieje zdefiniowana zmienna z ext o nazwie facebookSdkVersion , jeśli taka istnieje, pobierze ją dla wersji biblioteki facebook.android.

def FACEBOOK_SDK_VERSION = safeExtGet('facebookSdkVersion', '[5.0,6.0[')

dependencies {
    //noinspection GradleDynamicVersion
    implementation "com.facebook.react:react-native:+"  // From node_modules
    implementation "com.facebook.android:facebook-core:${FACEBOOK_SDK_VERSION}"
    implementation "com.facebook.android:facebook-login:${FACEBOOK_SDK_VERSION}"
    implementation "com.facebook.android:facebook-share:${FACEBOOK_SDK_VERSION}"
}

Zgodnie z biletami github 673 i 701 , wersja 5.15.1 lub 5.15.3 naprawi ten problem. Aby więc zastąpić facebookSdkVersion , zdefiniujesz to w android build.gradle swojego projektu w ten sposób.

buildscript {
    ext {
        buildToolsVersion = "28.0.3"
        minSdkVersion = 18
        compileSdkVersion = 28
        targetSdkVersion = 28
        ...

        // the override version
        facebookSdkVersion = "5.15.3"
    }
}

oraz w zależności Android / app / build.gradle, użyj również tego facebookSdkVersion

implementation "com.facebook.android:facebook-android-sdk:$facebookSdkVersion"
manewrowy
źródło