无法从 EntryProvider 访问数据执行异常

问题描述

我的应用在所有 android 版本上都运行良好,但在 Android P(API 级别 P)

上启动我的应用时出现以下错误
Failed to access data from EntryProvider. ExecutionException.
    java.util.concurrent.ExecutionException: com.google.android.apps.gsa.sidekick.main.h.n: Could not complete scheduled request to refresh entries. ClientErrorCode:

...

  at com.google.android.apps.gsa.shared.util.concurrent.b.i.run(SourceFile:6)
     Caused by: com.google.android.apps.gsa.sidekick.main.h.n: Could not complete scheduled request to refresh entries. ClientErrorCode: 3

我的代码中没有任何功能问题我不知道这些错误,并且 logcat 中没有打印任何内容而不是以下错误。 如果有人对此有可用的解决方案,请告诉我。提前致谢。

我尝试添加: 1.

 aaptOptions.cruncherEnabled = false
 aaptOptions.useNewCruncher = false
compileOptions {
            sourceCompatibility JavaVersion.VERSION_1_8
            targetCompatibility JavaVersion.VERSION_1_8
        }

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)