Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
之后我将 ****.aar 文件添加到应用程序,然后出现以下错误。会是什么问题以及如何解决这个问题
(Duplicate jar entry [org/slf4j/helpers/BasicMarker.class]))
org/slf4j 重复,您可以尝试修复 ..
api (name:'xxx-3.0.0', ext:'aar'){ exclude group: 'org.slf4j' }