com.google.android.gms.googlecertificatesが見つからないため、住所を見つけることができません。W/DynamiteModule:com.google.android.gms.googlecertificatesのローカルモジュール記述子クラスが見つかりません
10-15 14:07:42.801 7646から7770/W/DynamiteModule com.magicstudio.geomaps:見つからない com.google.android.gms.googlecertificatesため Localモジュール記述子クラスを。 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
}