I've imported an existing Android project to Eclipse, but I'm getting errors on the following imports:
import com.android.datetimepicker.time.RadialPickerLayout;
import com.android.datetimepicker.time.TimePickerDialog;
I already have the android-support-v4.jar
library added to the build path.
Could anybody help me to figure out what is missing?