gpt4 book ai didi

Android 错误 : com. google.android.gms.persistent E/NetworkScheduler:指定的组件无效

转载 作者:行者123 更新时间:2023-11-29 02:24:03 26 4
gpt4 key购买 nike

当我在 android 5.1 中运行 admob 时,我的 android 项目出现错误应用程序显示日志错误:

11-15 01:16:13.645 1143-1143/? E/EGL_emulation: tid 1143: eglCreateSyncKHR(1865): error 0x3004 (EGL_BAD_ATTRIBUTE)
11-15 01:16:13.776 2356-21878/com.google.android.gms.persistent E/NetworkScheduler: Invalid component specified.

这是我的 build.gradle 文件的内容:

compileSdkVersion 26
buildToolsVersion '26.0.0'
defaultConfig {
applicationId "com.exam"
minSdkVersion 21
targetSdkVersion 26
versionCode 2
versionName "2.00"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"


dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:26.1.0'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:26.1.0'

compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
compile 'com.android.support:percent:26.1.0'
compile 'com.squareup.retrofit2:retrofit:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.github.rahatarmanahmed:circularprogressview:2.5.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.afollestad.material-dialogs:commons:0.9.5.0'
compile 'com.afollestad.material-dialogs:core:0.9.5.0'
compile 'org.jsoup:jsoup:1.10.2'
compile 'com.google.firebase:firebase-ads:17.1.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'agency.tango.android:material-intro-screen:0.0.5'
compile 'com.google.firebase:firebase-core:16.0.4'
compile 'cn.pedant.sweetalert:library:1.3'
compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
compile 'com.github.lzyzsd:circleprogress:1.2.1'
compile 'com.github.hotchemi:android-rate:1.0.1'
}

apply plugin: 'com.google.gms.google-services'

我尝试了很多解决方案,但都没有用感谢任何可以修复它。请帮助我!

最佳答案

添加下面一行build.gradle

implementation 'com.google.android.gms:play-services-ads:17.0.0'

如果您使用的是 17+ AdMob SDK,您需要在 AndroidManifest.xml 文件中指定应用 ID。您可以在 Admob 应用设置中找到您的应用 ID

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="@string/app_id"/>

添加上述代码后,请尝试手动卸载该应用程序,然后在不做任何更改的情况下重新安装。也用实现替换你的编译。

关于Android 错误 : com. google.android.gms.persistent E/NetworkScheduler:指定的组件无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53306760/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com