I am trying to create a DatePickerDialog
in my app in Android but when I create a DatePickerDialog
I receive the following message: Call requires API level 24 (current min is 14): android.app.DatePickerDialog#DatePickerDialog
How can I use a DatePickerDialog
in old API versions?