Please help, I'm working on CalendarView but my project cannot import this widget in source code(via intelisense or type manually). What would I need to do? My project is base on android 2.2 and above.
Asked
Active
Viewed 587 times
1
-
explain further on cannot import, does it give you an error, or do nothing? – Sean F Feb 26 '13 at 04:43
-
I have found out! It's because my android project was base on android 2.2 it should be base on android 3.0 above ( >= API 11 )in order to use calenderView and import android.widget.calendarView – Jongz Puangput Feb 26 '13 at 04:49
1 Answers
1
You need to use a higher Api for that like Android 3.0 plus. Android 2.2 doesn't support calendar view unless you use external libraries.

CarlCarrots
- 87
- 6