【问题标题】:Android Studio sync error with GoogleMapsAndroid Studio 与 GoogleMaps 同步错误
【发布时间】:2020-04-06 07:32:29
【问题描述】:

当我尝试同步我的 android 项目时,它给了我以下错误消息。

当我点击升级链接时会显示

这是我添加到 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'

我是在 youtube 视频的帮助下做到这一点的。有人可以帮我吗?

【问题讨论】:

    标签: android-studio google-maps build.gradle


    【解决方案1】:

    您是否在根 build.gradle 谷歌服务中导入?

    你也可以用谷歌地图启动一个新项目并比较依赖关系

    【讨论】:

      猜你喜欢
      • 2015-03-02
      • 1970-01-01
      • 1970-01-01
      • 2018-04-27
      • 1970-01-01
      • 2017-03-20
      • 1970-01-01
      • 2022-10-05
      • 1970-01-01
      相关资源
      最近更新 更多