在Android Issues中运行应用程序时出现错误:程序类型已存在:androID.support.design.Widget.CoordinatorLayout $Behavior
这是我的gradle依赖项:
dependencIEs { implementation filetree(include: ['*.jar'], dir: 'libs') implementation 'com.androID.support:appcompat-v7:26.1.0' implementation 'com.Google.firebase:firebase-auth:15.0.0' implementation 'com.Google.firebase:firebase-storage:15.0.0' testImplementation 'junit:junit:4.12' androIDTestImplementation 'com.androID.support.test:runner:1.0.1' androIDTestImplementation 'com.androID.support.test.espresso:espresso-core:3.0.1' compile 'com.github.bumptech.glIDe:glIDe:4.7.1' annotationProcessor 'com.github.bumptech.glIDe:compiler:4.7.1' implementation 'com.androID.support:support-fragment:26.1.0' implementation 'com.androID.support:design:26.1.0'}
解决方法:
将firebase-auth更新为15.1.0,并将firebase-storage更新为15.0.2.
现在,它们具有独立的版本号.
还将Google-services从.gradle项目更新为:
classpath’com.Google.gms:Google-services:3.2.1′
查看发行说明here
总结以上是内存溢出为你收集整理的程序类型已经存在:android.support.design.widget.CoordinatorLayout $Behavior全部内容,希望文章能够帮你解决程序类型已经存在:android.support.design.widget.CoordinatorLayout $Behavior所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)