beim Hinzufügen der Firebase-Authentifizierung SDK zu Ihrer App: < /p>
In der Authentifizierung SDK-Authentifizierung SDK: < /p>
Build.gradle (Projekt-Level) < /p>
beim Hinzufügen der Firebase-Authentifizierung SDK zu Ihrer App: < /p> In der Authentifizierung SDK-Authentifizierung SDK: < /p> Build.gradle (Projekt-Level) < /p> [code]Add rules to include the Google Services Gradle plugin: classpath 'com.google.gms:google-services:4.4.2' < /code> Aber ich habe es bereits zu bauen.gradle.KTS (Projekt-Level) hinzugefügt :: < /p> plugins { alias(libs.plugins.android.application) apply false
implementation(libs.appcompat) implementation(libs.material) implementation(libs.activity) implementation(libs.constraintlayout) implementation(libs.firebase.auth) implementation(libs.credentials) implementation(libs.credentials.play.services.auth) implementation(libs.googleid) testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core) implementation("com.github.ittianyu:BottomNavigationViewEx:2.0.4") implementation("com.android.support:design:28.0.0") implementation("de.hdodenhof:circleimageview:3.1.0") implementation("com.nostra13.universalimageloader:universal-image-loader:1.9.5") implementation(platform("com.google.firebase:firebase-bom:33.9.0")) implementation("com.google.firebase:firebase-analytics") implementation("com.google.firebase:firebase-auth:23.2.0") } < /code> Warum ich dies immer noch erhalte, während die Authentifizierung SDK: < /p> build.gradle (Projektstufe): < /p> Add rules to include the Google Services Gradle plugin: classpath 'com.google.gms:google-services:4.4.2' [/code]
Diese Frage wurde schon einmal gestellt, aber ich suche nach einer Lösung für die Unity -Plattform. Ich habe versucht, das Projekt zu exportieren, ließ es in Android Studio geöffnet, aber Gradle Sync...