エラー: メソッド build() はタイプ Notification.Builder に対して定義されていません
android-support-v4.jar を追加しましたが、それでもエラーが発生しましたか?
Notification notification = new Notification.Builder(context)
.setContentText(message)
.setContentTitle(context.getString(R.string.app_name))
.setSmallIcon(icon)
.setWhen(when)
.setContentIntent(intent).build();