Google Play 预发布报告中的崩溃问题:java.lang.IllegalStateException

问题描述 投票:0回答:1

我已将我的应用程序添加到预启动报告中,它会抛出一些错误,例如

`Exception java.lang.IllegalStateException: AppSearchBatchResult has failures: {
  successes: {}
  failures: {https://g.co/pixeltips/tips_livetranslate_messaging?LaunchFrom=APP_SEARCH=[FAILURE(6)]: Schema type config 'com.google.android.apps.tips$/Tip' not found}
}
  at androidx.a.a.b.a (AppSearchBatchResult.java:1)
  at com.google.android.apps.tips.search.platform.a.d (PlatformIndex.java:11)
  at com.google.android.apps.tips.search.b.a (TipsIndexingHelper.java:20)
  at com.google.android.apps.tips.search.d.run (TipsIndexingJobService.java:1)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
  at java.lang.Thread.run (Thread.java:920)`

这里面有什么问题吗?

谁能帮我解决这个问题。

我没有纠正出现问题的地方。

android kotlin mobile google-play google-play-services
1个回答
0
投票

estuve teniendo elmismo 错误。 Y la verdad hice muchos cambios, como parte de una realización que estaba realizando, pero el que me pareció mas senseificativo es este:

坎比德:

implementation("androidx.core:core-splashscreen:1.2.0-alpha01")

一:

implementation("androidx.core:core-splashscreen:1.0.1")

Espero alguien pueda 确认真正的解决方案和正确的。

© www.soinside.com 2019 - 2024. All rights reserved.