Ich habe Android Studio auf 3.0 Beta 5 aktualisiert
Andere Klassen wie NotificationManager werden problemlos importiert. NotificationChannel wird jedoch nirgends gefunden.
import Android.app.NotificationChannel;
Was könnte das bewirken?
NotificationChannel wurde in API 26 hinzugefügt. Ändern Sie Ihr Kompilierungs-SDK in 26 und versuchen Sie es
Referenz: https://developer.Android.com/reference/Android/app/NotificationChannel.html
setze compileSdkVersion 26 in build.gradle