小编Dev*_*oid的帖子

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

由于未找到 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/IDynamomapstudio.考虑到本地模块 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: Selected 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
}
Run Code Online (Sandbox Code Playgroud)

请帮忙解决这个问题

java android

5
推荐指数
1
解决办法
9217
查看次数

标签 统计

android ×1

java ×1