Android studio无法解析符号'NotificationChannel'

eik*_*kai 8 java notifications android

我已将Android Studio更新为3.0 Beta 5

像NotificationManager这样的其他类导入就好了.但它并没有在任何地方找到NotificationChannel.

import android.app.NotificationChannel;
Run Code Online (Sandbox Code Playgroud)

什么可能导致这个?

Rag*_*dra 7

在API 26中添加NotificationChannel将您的编译SDK更改为26并尝试

参考:https://developer.android.com/reference/android/app/NotificationChannel.html