1. Reinstall SDK, and grab a few missing bits (like the biometrics stuff my app needs)
2. Clear out some very old AppCompat related files (one jar and two aar) that had been festering in my additional Libraries folder since 2018
Hi, today I have same problem, in my case is WebView... to solve have 2 way, or you open play store, search for google chrome and update google chrome or search for ANDROID SYSTEM WEBVIEW and DISSABLE or remove this and app work again... attach my log before I solve.
I had an issue like this a couple of years ago. I resolved finally by completely uninstalling the app from the device, cleaning the project, then recompile/reinstall.
If that doesn't solve it you might try adding some debug statements as the very first line of code in you Starter service Start block, your Main Activity_Create, etc. to see if you can see those in the log output.