i am using this code to show alert dialog...when i click on the ok button it should show the date picker..
protected Dialog onCreateDialog(int id) { swit
Do you know that month field is zero based - starts from zero? Make sure that value for month does not exceed 11! I was getting exactly the same message and since I used 12 for a month, that was the reason to get this exception.