アプリに通知を追加しようとしています。
APIレベルは8なので、Notificationの代わりにNotificationCompatを使用する必要がありますね。
これは私のコードです:
NotificationManager mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this);
ただし、「型として解けない」というエラーがあります。
間違いはどこにありますか