2010-03-22 158 views
0

我試圖在Android中發出通知。但我通過使用標題錯誤:類型R.drawable.stat_notify_calendar無法解析

Notification notif = new Notification(R.drawable.stat_notify_calendar, tickerText, 
      System.currentTimeMillis()); 

在我試圖繪製它之前,我需要定義一些東西嗎?

回答

2

對於工作,你需要在res/drawable/名爲stat_notify_calendar.*圖像(或相關資源集),其中*可能是pngjpg

+0

太棒了!非常感謝你。 – Sjoerd 2010-03-22 12:29:37