Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
根本原因:包名相同,例如:
PortraitLighting中的base.aar和Bokeh的base.aar,他们的AndroidManifest.xml使用的包名package都是com.xxx.app.focusshot了!!!
修改方法:
PortraitLighting中的base.aar的包名改为:com.xxx.app.focusshot.portraitlightingeditorbase