会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
从Android出发
https://developer.android.google.cn/index.html
博客园
首页
新随笔
联系
订阅
管理
2022年9月20日
异常:Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.6.0-runtime (androidx.core:core:1.6.0)
摘要: 原因是:因为工程中有使用support的包和androidx的包冲突导致 解决方法: 打开工程目录下的gradle.properties文件 添加如下: //两个需要一起设置,特别是下面的,不开启就会出错 android.useAndroidX=true 表示“Android插件会使用对应的Andr
阅读全文
posted @ 2022-09-20 15:40 一只呆萌的萌呆
阅读(1643)
评论(0)
推荐(0)
编辑
公告