Error: Program type already present: com.google.android.gms.common.api.zza
Error: Program type already present: com.google.android.gms.common.api.zza
我正在制作一个应用程序,我必须在其中检测 GAID 并显示 admob 广告。
当我尝试 运行 应用程序时,它给我这个错误
Error: Program type already present: com.google.android.gms.common.api.zza
这是我的依赖项
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.material:material:1.1.0-alpha04'
implementation 'com.google.android.gms:play-services-ads:17.2.0'
implementation 'com.google.android.gms:play-services-auth:9.0.0'
}
我正在尝试检查播放服务是否可用,但出现错误。
任何帮助将不胜感激。
当我将 services-auth-9.0.0 更新到 services-auth-16.0.1 版本时它才起作用。
我正在制作一个应用程序,我必须在其中检测 GAID 并显示 admob 广告。 当我尝试 运行 应用程序时,它给我这个错误
Error: Program type already present: com.google.android.gms.common.api.zza
这是我的依赖项
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.material:material:1.1.0-alpha04'
implementation 'com.google.android.gms:play-services-ads:17.2.0'
implementation 'com.google.android.gms:play-services-auth:9.0.0'
}
我正在尝试检查播放服务是否可用,但出现错误。
任何帮助将不胜感激。
当我将 services-auth-9.0.0 更新到 services-auth-16.0.1 版本时它才起作用。