Reputation: 169
I'm developing an application with Flutter and today suddenly when I start my debugging tests with a physical device (pixel 8) I receive the following error in the console at every interaction:
I didn't find anything similar doing some research, it started appearing suddenly and I don't know the reason nor can I hypothesize what the cause is. Every application I launch on this pixel 8 has this problem. I have a second device, nothing phone 1, and this doesn't happen.
Furthermore, when starting each application, these strings appear (the yellow one are more than one line) that I had never seen before (always and only on pixel 8).
I would like to understand what happened, can anyone help me?
I tried cleaning the flutter folder with flutter clean, without getting any results. I restarted the pixel 8, without getting any results.
Upvotes: 16
Views: 721
Reputation: 205
Ensure that the Google Play services on your Pixel 8 are up-to-date.
Check device logs using adb logcat
Check you have most recent Android SDK
Upvotes: 0
Reputation: 15
Try to put simulator on cold boot. It was on quick boot by default.
Go to setting or edit in that simulator -> Advance setting -> Cold boot.
If this doesn't work . Try to wipe data or Remake it simulator .
Upvotes: 1