首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未能解决:`com.google.android.gms:play-services-appindexing:8.4.0`

未能解决:`com.google.android.gms:play-services-appindexing:8.4.0`
EN

Stack Overflow用户
提问于 2017-07-28 10:42:51
回答 3查看 879关注 0票数 0

android演播室的错误是什么?

代码语言:javascript
复制
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.google.firebase:firebase-auth:10.2.6'
    compile 'com.android.support:design:25.3.1'
    compile 'com.weiwangcn.betterspinner:library:1.1.0'
    compile 'com.google.firebase:firebase-database:10.2.6'
    compile 'com.google.firebase:firebase-storage:10.2.6'
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:recyclerview-v7:25.2.0'
    compile 'com.android.support:cardview-v7:25.2.0'
    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
    compile 'com.google.code.gson:gson:2.3.1'
    compile 'com.google.android.gms:play-services-appindexing:8.4.0'
    //adding glid library
    compile 'com.github.bumptech.glide:glide:3.7.0'
    compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
    compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
        transitive = true;
    }
}
apply plugin: 'com.google.gms.google-services'
EN

回答 3

Stack Overflow用户

回答已采纳

发布于 2017-07-28 10:47:50

应用索引库已移到firebase。将以下内容添加到应用程序的build.gradle文件中:)

代码语言:javascript
复制
compile 'com.google.firebase:firebase-appindexing:10.0.0' 
票数 0
EN

Stack Overflow用户

发布于 2017-07-28 10:48:26

尝尝这个

代码语言:javascript
复制
compile 'com.google.firebase:firebase-appindexing:10.0.0' 
票数 0
EN

Stack Overflow用户

发布于 2017-07-28 11:05:46

不推荐com.google.android.gms:play-services-appindexing:8.4.0,唯一的解决方案是将版本提高到最新的- 11.0.2

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45371394

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档