Notification noti = new Notification.Builder(context)
.setContentTitle("TITLE").setContentInfo("INFO")
.build();
notificationManager.notify(ID,noti);
Googleページからのサンプルに問題があります。そして、例外 NoSuchMethodError があり、何が起こっているのかわからないので、通知 noti.setLatestEventInfo で古い非推奨のメソッドを使用しますが、別の解決策があると確信しています。何か案は?