W / DynamiteModule:未找到com.google.android.gms.googlecertificates的本地模块描述符类

时间:2017-10-15 13:20:01

标签: java android

由于找不到com.google.android.gms.googlecertificates,无法找到地址。

  

10-15 14:07:42.801 7646-7770 / com.magicstudio.geomaps W / DynamiteModule:   本地模块描述符类   找不到com.google.android.gms.googlecertificates。 10-15   14:07:42.847 7646-7770 / com.magicstudio.geomaps W / zygote:跳过   由于无法识别的类加载器10-15而导致重复的类检查   14:07:42.857 7646-7770 / com.magicstudio.geomaps I / DynamiteModule:   考虑本地模块com.google.android.gms.googlecertificates:0   和远程模块com.google.android.gms.googlecertificates:4 10-15   14:07:42.857 7646-7770 / com.magicstudio.geomaps I / DynamiteModule:   选定的com.google.android.gms.googlecertificates远程版本,   版本> = 4

Gradile文件依赖项

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.androi`enter code here`d.support.enter code heretest.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })enter code here
    compile 'com.android.support:appcompat-v7:26.+'
    compile 'com.google.android.gms:play-services-maps:11.0.4'
    testCompile 'junit:junit:4.12'enter code here
}

请帮助解决此问题

1 个答案:

答案 0 :(得分:-3)

试试这个:打开sdk manager,下载/更新google play services。然后点击build > rebuild。然后创建一个新的模拟器。