It looks like a NullPointerException
in HmsPushMessaging.java
when accessing a null Intent
during onResume
.
Possible fixes:
Add null checks before intent.getFlags()
Try downgrading compileSdkVersion
to 34
Clear cache and reinstall dependencies