【bug记录】android:Program type already present: android.support.v4.app.INotificationSideChannel
程序员文章站
2022-06-22 17:25:54
项目里接入了知乎图片选择框架Matisse(0.5.3-beta版本),然后编译报错如题。错误原因:androidx和 android.support同时存在;项目里并没有用androidx,但是Matisse使用了androidx解决办法:将Matisse的版本降级到未使用androidx的版本。加载https://github.com/zhihu/Matisse点进去我们可以看到历史版本,找到迁移到androidx的版本,然后使用迁移前的一个版本即可感谢:https://ww...
项目里接入了知乎图片选择框架Matisse(0.5.3-beta版本),然后编译报错如题。
错误原因:androidx和 android.support同时存在;项目里并没有用androidx,但是Matisse使用了androidx
解决办法:将Matisse的版本降级到未使用androidx的版本。
加载https://github.com/zhihu/Matisse
点进去我们可以看到历史版本,找到迁移到androidx的版本,然后使用迁移前的一个版本即可
感谢:https://www.cnblogs.com/aoximin/p/12068011.html
本文地址:https://blog.csdn.net/qq_35414752/article/details/107972219
推荐阅读
-
Android Studio 编译: Program type already present: XXX 解决方案
-
Error : Program type already present: android.support.design.widget.CoordinatorLayout$
-
【bug记录】android:Program type already present: android.support.v4.app.INotificationSideChannel
-
com.android.tools.r8.errors.CompilationError: Program type already present: androidx错误解决方法
-
android studio更新后错误 Program type already present
-
【bug记录】android:Program type already present: android.support.v4.app.INotificationSideChannel
-
Error : Program type already present: android.support.design.widget.CoordinatorLayout$
-
com.android.tools.r8.errors.CompilationError: Program type already present: androidx错误解决方法