java.lang.NoSuchMethodError: No virtual method setChannelId(Ljava/lang/String;)Landroid/app/Notification$Builder; in class Landroid/app/Notification$Builder; or its super classes (declaration of 'android.app.Notification$Builder' appears in /system/framework/framework.jar),運行報錯,請求解答!!!急急急!!!
2019-09-26
最新回答 / Ruffe
Notification.Builder?builder?=?new?Notification.Builder(this) ????????.setAutoCancel(true) ????????.setChannelId("test_channel_id") ????????.setContentTitle("新消息來了") ????????.setContentText("明天是周末...
2019-05-17
小米8 SE中需要這樣寫,其他手機型號未測,僅供參考!
//要在Android8.0版本中設置setChannelId
builder.setChannelId("channel_id");
//要在Android8.0版本中設置setChannelId
builder.setChannelId("channel_id");
2019-01-04
最新回答 / 精慕門9177950
//?加上這個方法 private?NotificationManager?getManager(){ ????if?(manager?==?null){ ????????manager?=?(NotificationManager)?getSystemService(Context.NOTIFICATION_SERVICE); ????} ????return?manager; }
2018-11-14
講師回答 / LovelyChubby
RSA routines:OPENSSL_internal:DATA_TOO_LARGE? 文件太大了 okhttp是支持大文件下載的 有可能是你的sd卡存儲空間不夠了
2018-05-17