Android アプリケーションを開発しましたが、このアプリは現在テスト段階にあります。デバイスと API のさまざまな組み合わせを使用して、物理デバイスと Genymotion でこれをテストしましたが、アプリは正常に動作しています。Robo のテストには、Firebase Test Lab を使用しています。API レベルが 23 を超える仮想デバイスで、以下のエラーが発生します
FATAL EXCEPTION: local-1
Process: com.google.android.videos, PID: 7122
java.lang.NullPointerException: Attempt to read from field 'java.lang.String android.accounts.Account.type' on a null object reference
at android.os.Parcel.readException(Parcel.java:1689)
at android.os.Parcel.readException(Parcel.java:1636)
at com.android.vending.contentfilters.IContentFiltersService$Stub$Proxy.getContentFiltersAndIntent(SourceFile:139)
at com.google.android.videos.service.contentfiltering.ContentFiltersManager$1$2.get(SourceFile:484)
at com.google.android.videos.service.contentfiltering.ContentFiltersManager$1$2.get(SourceFile:478)
at com.google.android.videos.utils.async.SupplyToReceiverRunnable.run(SourceFile:30)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at com.google.android.videos.utils.PriorityThreadFactory$1.run(SourceFile:42)
at java.lang.Thread.run(Thread.java:761)
原因がわかりません、考えられる原因を教えてください。ありがとう