无法在Android Studio中添加日期时间选择器

问题描述

我正在使用bewithdhanu库来显示简单的datetime选择器。我已按照文档中提到的所有步骤进行操作。但我遇到了错误

AAPT:错误:未绑定的前缀。

enter image description here

依赖项

dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
.
.
.
.
.
implementation 'com.github.bewithdhanu:DateTimePicker:dc8a030e3f'
}

Root Gradle

allprojects {
repositories {
    jcenter()
    google()
    maven { url 'https://jitpack.io' }
}
}

我非常执着,不知道该怎么办

任何帮助将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)