找不到Android Studio DatePicker类

时间:2018-02-09 22:44:32

标签: android android-studio datepicker

自从我添加了DatePicker后,我无法运行我的Android应用程序。我使用运行Nougat 7.1.1 API级别25的虚拟设备运行我的应用程序,但每次点击允许用户选择日期的按钮时,应用程序都会崩溃。我的应用程序给了我一个弹出窗口,说我的应用程序已经停止工作,只要我尝试点击按钮选择日期。此外,在我的dialog_date.xml预览中,它给出了以下错误(右下方的屏幕截图)。我已经尝试点击提示了。我是否需要在build.gradle文件中添加任何依赖项才能找到DatePicker?我现在一直试图解决这个问题3个小时。

enter image description here

下面我发布了我的build.gradle,DatePickerFragment.java和dialog_date.xml。

dialog_date.xml enter image description here

build.gradle文件 enter image description here

DatePickerFragment.java enter image description here

1 个答案:

答案 0 :(得分:0)

我不知道您认为android.support.constraint.DatePicker存在的原因。 documentation for DatePicker将其显示为android.widget.DatePicker