-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级androidx.appcompat:appcompat版本会导致R.drawable.abc_text_select_handle_left_mtrl_dark等资源找不到 #470
Comments
1.3.1版本就无此资源 |
@chenshiqiang1202 同样遇到此问题,请问您是怎么解决的? |
目前方案是降低appcompat 版本,或者自己clone 一份项目代码自己改 |
感觉 大佬也不维护了,有啥新的换肤框架嘛? |
集成module,然后自己改吧。。。还挺方便的(狗头 |
也遇到了,解决办法是,在工程目录.gradle文件的allprojects{}加上这段代码,强制appcomat使用1.2.0版本,暂时解决方案configurations.all { |
集成moudle修改吧,一劳永逸 |
我给拉过来改了一下,https://github.com/LittleFogCat/skin-support,现在最高支持版本:
急的可以暂时用用,做权益之举。 导入方式
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.littlefogcat:skin-support:latest-version'
} |
兄弟这边处理下呗,如果Resource是null的话返回resId |
改好了 |
谢谢大佬的修改 |
赞 |
感谢 确实是这个问题 恢复成 androidx.appcompat:appcompat:1.2.0 即可 |
需要做全部的替换: 目前测试看,最高能支持的版本:
|
Caused by: java.lang.RuntimeException: Duplicate class androidx.appcompat.app.SkinAppCompatDelegateImpl found in modules jetified-skin-support-3.1.4-runtime (skin.support:skin-support:3.1.4) and jetified-skin-support-appcompat-4.0.7-runtime (com.github.LittleFogCat.Android-skin-support:skin-support-appcompat:4.0.7) |
重复引用了兄弟 |
麻烦帮忙看一下 我这么引用的 全局都查了 没有再次引用相关的地方 一直是报3.1.4和4.0.7 runtime 就很奇怪 , 您能贴一下您这边引用的代码吗 谢谢啦 |
我拉不下来是为什么。。。 |
|
jitpack Received status code 401 from server: Unauthorized,大佬把它设为私有仓库了? |
没有耶 |
No description provided.
The text was updated successfully, but these errors were encountered: