Program type already present: com.x.x

Posted 迅哥儿00001

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Program type already present: com.x.x相关的知识,希望对你有一定的参考价值。

最近调整项目架构的时候报了这个问题,原因是引用的包冲突了:

A moudle引用了tts.jar

B moudle引用了tts.jar,同时引用了A moudle

解决方法:

删除B moudle的tts.jar,然后把A引用tts的implementation改为api,然后把implementationA的地方也改成api,就可以实现没有编译错误,且没有引用重复

以上是关于Program type already present: com.x.x的主要内容,如果未能解决你的问题,请参考以下文章

Android Program type already present问题解决

Android Program type already present问题解决

Error:Program type already present: android.arch.lifecycle.LiveData

Error: Program type already present: okhttp3.Authenticator$1

Program type already present: android.support.design.widget.CoordinatorLayout$1

Program type already present: com.x.x