1.项目引入多个lib导致引起的,一个app运行时产生了2个APP图标 解决办法: 保留主项目中的 intent-filter,将其他module中 AndroidManifest.xml文件的intent-filter的内容删除掉即可。