Android studio Program type already present: com.****.BuildConfig

 

Android studio 抛错,是因为有2个module在 AndroidManifest.xml 里面具有一样的package name,修改不同名字即可。

 

还有一种情况是多个module对同一个library(eg: jar)引入多次,此时,可以一个module引入,另外一个module引入上一个module即可。

 

    原文作者:狂奔的小狮子
    原文地址: https://www.cnblogs.com/spring87/p/9211800.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞