简体   繁体   English

android pre-launch-report - java.lang.RuntimeException with com.google.android.finsky.services.IMarketCatalogService

[英]android pre-launch-report - java.lang.RuntimeException with com.google.android.finsky.services.IMarketCatalogService

I have received a pre-launch report on my play.google.com/console:我收到了关于我的 play.google.com/console 的发布前报告:

Android 8.1 (SDK 27)
FATAL EXCEPTION: UIAsyncWorker
Process: com.google.android.music:main, PID: 11466
java.lang.RuntimeException: Attempt to invoke interface method 'boolean com.google.android.finsky.services.IMarketCatalogService.isBackendEnabled(java.lang.String, int)' on a null object reference
    at com.google.android.music.utils.async.CallerTracker.reThrowExceptionWithCallerStackTrack(CallerTracker.java:32)
    at com.google.android.music.utils.async.TraceableRunnable.runLogged(TraceableRunnable.java:23)
    at com.google.android.music.utils.async.LoggedRunnable.run(LoggedRunnable.java:30)
    at android.os.Handler.handleCallback(Handler.java:790)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at com.google.android.music.utils.LoggableHandler.dispatchMessage(LoggableHandler.java:74)
    at android.os.Looper.loop(Looper.java:164)
    at android.os.HandlerThread.run(HandlerThread.java:65)
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.google.android.finsky.services.IMarketCatalogService.isBackendEnabled(java.lang.String, int)' on a null object reference
    at com.google.android.music.tutorial.SignupStatus.checkStoreAvailable(SignupStatus.java:216)
    at com.google.android.music.tutorial.SignupStatus.doCheck(SignupStatus.java:154)
    at com.google.android.music.tutorial.SignupStatus.launchVerificationCheck(SignupStatus.java:129)
    at com.google.android.music.tutorial.SignupStatus.launchVerificationCheckWithFallbackTask(SignupStatus.java:113)
    at com.google.android.music.AccountsBroadcastReceiver$1.run(AccountsBroadcastReceiver.java:30)
    at com.google.android.music.utils.async.TraceableRunnable.runLogged(TraceableRunnable.java:21)
    ... 6 more

com.google.android.music - is not my application. com.google.android.music - 不是我的应用程序。

Can I fix the issue or it is a problem in the android device and not in my code?我可以解决这个问题吗?或者它是 android 设备中的问题,而不是我的代码中的问题?

I'm also seeing this now, in addition to another similar bug affecting a lot of users.除了另一个影响很多用户的类似错误之外,我现在也看到了这一点。 It appears to be yet another bug in the Pre-launch reports and not related to our code.它似乎是发布前报告中的另一个错误,与我们的代码无关。 My app doesn't use sound, let alone Android Music.我的应用程序不使用声音,更不用说 Android 音乐了。

Those affected, please consider reporting it on this bug report .受影响的人,请考虑在此错误报告中报告

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android-java.lang.RuntimeException - android - java.lang.RuntimeException java.lang.RuntimeException android - java.lang.RuntimeException android Android java.lang.RuntimeException - Android java.lang.RuntimeException java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException: - java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException: Android中的自定义字体:java.lang.RuntimeException - Custom Fonts in Android: java.lang.RuntimeException java.lang.RuntimeException:存根! 在Android中使用Mockito - java.lang.RuntimeException: Stub! in Android with Mockito Android java.lang.RuntimeException错误 - Android java.lang.RuntimeException error 错误:java.lang.RuntimeException:java.lang.RuntimeException:com.android.builder.dexing.DexArchiveMergerException:无法合并 dex - Error:java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex > java.lang.RuntimeException:java.lang.RuntimeException:com.android.builder.dexing.DexArchiveMergerException:无法合并dex - > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Android [LocationManager] requestLocationUpdates(),java.lang.RuntimeException - Android [LocationManager] requestLocationUpdates(), java.lang.RuntimeException
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM