天宫鹤

Android Studio解决Duplicate class 开头的报错内容全过程

1.问题

Duplicate class org.intellij.lang.annotations.Identifier found in modules annotations-12.0 (com.intellij:annotations:12.0) and annotations-13.0 (org.jetbrains:annotations:13.0)

2.解决方案

在build.gradle(app)中,找到并删除

implementation 'androidx.room:room-compiler:2.3.0'

 3.build.gradle(app)->Sync Now

4.重新运行程序OK。

说明:参考

https://blog.csdn.net/geaosu/article/details/114541664?spm=1001.2101.3001.6661.1&depth_1-utm_relevant_index=1

 

                                                                         2022-06-16 17:30:03  星期四

 

posted on 2022-06-16 17:31  GoGrid  阅读(2078)  评论(0编辑  收藏  举报

导航