Android Oreo Notification Crashes System UI
问题 I've managed to get notifications working in older API's, but not Oreo. Creating the notification causes my app to still work fine (no messages in logcat), however SystemUI crashes and reboots in an endless cycle while the Activity is running. The is the error in logcat for the systemui process: java.lang.IllegalArgumentException: width and height must be > 0 My code: private void showPlayingNotification() { NotificationCompat.Builder builder = mNotificationUtils.getAndroidChannelNotification