Library projects cannot set applicationId. applicationId is set to ‘x.x.x‘ in default config.
问题描述:在导入一个项目时,提示“Error:Library projects cannot set applicationId. applicationId is set to 'com.xxx.yyy' in default config.”,显然,library的build.gradle中不能指定“applicationId”。
·
问题描述:
在导入一个项目时,提示“Error:Library projects cannot set applicationId. applicationId is set to 'com.xxx.yyy' in default config.”,显然,library的build.gradle中不能指定“applicationId”。

解决办法:
我尝试把 build.gradle(:app)文件里面的applicationId"com.xxx.yyy"这一行注释掉,然后在Build->MakeProject

成功了。可以导入了。

昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐

所有评论(0)