W/DynamiteModule:找不到 com.google.android.gms.google 证书的本地模块描述



由于找不到com.google.android.gms.google证书,因此无法找到地址。

10-15

14:07:42.801 7646-7770/com.magicstudio.geomaps w/DynamiteModule: 的本地模块描述符类 com.google.android.gms.google证书未找到。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.googlecertificate:0 和远程模块com.google.android.gms.google证书:4 10-15 14:07:42.857 7646-7770/com.magicstudio.geomaps I/DynamiteModule: 选定的远程版本的com.google.android.gms.googlecertificate, 版本>= 4

格拉迪尔文件依赖

关系
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
}

请帮助解决此问题

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

最新更新