Android Studio syn c ошибка с GoogleMaps - PullRequest
       11

Android Studio syn c ошибка с GoogleMaps

0 голосов
/ 06 апреля 2020

Когда я пытаюсь синхронизировать c мой android проект, он выдает следующее сообщение об ошибке:

enter image description here

Когда я нажимаю на ссылка для обновления показывает

enter image description here

Вот зависимости, которые я добавил в build.gradle

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

    //Libraries
    implementation 'com.google.firebase:firebase-messaging:17.3.4'
    implementation 'com.google.firebase:firebase-database:16.0.6'
    implementation 'com.google.firebase:firebase-core:16.0.7'
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.appcompat:design:1.1.0'
    implementation 'com.karumi:dexter:6.0.2'
    implementation 'com.firebaseui:fairebase-ui-database:4.3.1'
    implementation 'com.firebaseui:fairebase-ui-auth:4.3.1'
    implementation 'com.github.d-max:spots-dialog:1.1@aar'
    implementation 'com.google.android.gsm:play-services-location:16.0.0'
    implementation 'com.github.mancj:MaterialSerachBar:0.8.2'

    //RxJava2
    implementatiom 'io.reactivex.rxjava2:rxandroid:2.0.1'
    implementatiom 'io.reactivex.rxjava2:rxjava:2.1.7'

    //Retrofit2
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'

    implementation 'io.paperdb"paperdb:2.6'

I'm делать это с помощью видео на YouTube. Кто-нибудь может мне помочь?

1 Ответ

0 голосов
/ 06 апреля 2020

Импортировали ли вы в root build.gradle google services?

Вы также можете начать новый проект с помощью Google Maps и сравнить зависимости

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...