Android O reporting notification not posted to channel – but it is

I think I have learned a couple things that all add up to an answer:

  1. I was using an emulator device, with an image that did not include the Play Store.
  2. The version of Google Play Services on the image was not the latest, so I should have been getting a notification telling me I needed to upgrade. Since that notification didn’t get applied to a channel, it didn’t appear.
  3. If I set logcat in Android Studio to “No Filters” instead of “Show only selected application”, then I found the logs that pointed out that the notification in question was the Play Services “update needed” notification.

So, I changed to a image with the Play Store included, and it showed the notification properly (maybe the channel for that notification was to be set by the Play Store?), let me update to the latest Google Play Services, and I haven’t seen that warning since.

So, long story short (too late) – with Android O, if you are using Google Play Services & testing on the emulator, choose an image with the Play Store included, or ignore the toast (good luck on that one!).

Leave a Comment