2015-04-17 48 views
-2

訪問clearHighlightedDates()通過使用搖籃編譯com.squareup:Android的次方:[email protected]不能在時報廣場CalendarPickerView

//this works - where calendar is instance of CalendarPickerView 
calendar.highlightDates(higlightedDateList); 

//this doesn't work -- Cannot resolve 'clearHighlightedDates()' 
calendar.clearHighlightedDates(); 

現在我重新初始化日曆再次

+0

奇怪。 IDE用'clearHighlightedDates()'建議什麼?該方法存在於該類中。您必須做錯了什麼,或者您可以嘗試Gradle同步(Android Studio頂部的Google Chrome圖標)。 – Sufian

+0

是的,它確實存在於上述課程中。是的,我已經做了gradle同步。如上所述,它仍然無法解決。將繼續嘗試。 – chaitanyad

回答

0

似乎是您的導入問題。嘗試聲明您的CalendarPickerView如下:

com.squareup.timessquare.CalendarPickerView myCalendarPickerVew; 
+0

在這種情況下,我的朋友,爲什麼會calendar.highlightDates(higlightedDateList);工作? – chaitanyad

+0

那麼爲什麼'clearHighlightedDates()'給你**無法解決**錯誤?等等,它是否會拋出異常(崩潰應用程序),或者你的IDE給你一個錯誤(在調用下面有一個紅色下劃線)?還請說明您使用的是哪個IDE和版本。 – Sufian

+0

@chaitanyad是什麼原因?請提及,因爲它可能會幫助他人。 – Sufian