导入lib_base之后,构建时失败
来源:3-2 组件化的构建和管理-1
南风2019
2020-12-19
刘老师,这是怎么回事呢?该怎么解决?
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:module_voice_setting:generateDebugBuildConfig’.
Failed to calculate the value of task ‘:module_voice_setting:generateDebugBuildConfig’ property ‘buildConfigPackageName’.
Failed to query the value of property ‘packageName’.
Manifest file does not exist: D:\AndroidProject\DemoList\AIVoice\module_voice_setting\src\main\AndroidManifest.xml
写回答
1回答
-
刘某人
2020-12-25
这是你module的清单文件里没有添加packageName属性
00
相似问题