Fixed
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
go...@joxdev.com <go...@joxdev.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
vi...@google.com <vi...@google.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
gg...@google.com <gg...@google.com> #5
Thank you for reporting this issue. We have a fix rolling out in an upcoming release.
Description
SDK version: com.google.android.gms:play-services-games-v2:20.1.0
Android OS level: 14
Device/emulator: Pixel 6 Pro
App Package Name: com.secondarm.taptapdash
What are the steps to reproduce the problem?:
Build project in Android Studio and launch the app as an Instant App.
The app crashes immediately.
What was the expected result?:
The app should launch and function correctly.
What was the actual result?:
The app crashes immediately upon launch.
Relevant logcat output:
2024-06-19 11:59:32.966 31718-31801 AndroidRuntime com.secondarm.taptapdash E FATAL EXCEPTION: initialize-shortcuts
Process: com.secondarm.taptapdash, PID: 31718
java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.List android.content.pm.ShortcutManager.getDynamicShortcuts()' on a null object reference
at com.google.android.gms.games.internal.v2.appshortcuts.zze$$ExternalSyntheticApiModelOutline2.m(R8$$SyntheticClass:0)
at com.google.android.gms.games.internal.v2.appshortcuts.zze.zzb(com.google.android.gms:play-services-games-v2@@20.0.0:3)
at com.google.android.gms.games.internal.v2.appshortcuts.zzd.run(com.google.android.gms:play-services-games-v2@@20.0.0:0)
at java.lang.Thread.run(Thread.java:1012)