【发布时间】:2018-03-27 02:20:59
【问题描述】:
由于找不到 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
Gradle 文件依赖项
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
}
请帮助解决这个问题
【问题讨论】:
-
你找到解决办法了吗,我也有同样的问题。