我在Aviary的build.gradle中设置了"applicationId aviarySdkPackageName“。我更新了android studio,它显示错误:库项目无法设置applicationId。在默认配置中,applicationId设置为'‘。但是在我删除这一行之后,在Aviary中有很多错误。你知道我该怎么做吗?
发布于 2014-12-09 22:41:10
尝试从库的build.gradle文件中的defaultConfig中删除applicationId参数。
这应该是可行的
发布于 2017-02-22 18:53:01
# ApplicationId in Library Projects#
You cannot use applicationId to customize the package of a library project. The package name has to be fixed in library projects (and specified as packageName in the manifest). The Gradle plugin did not enforce this restriction earlier.https://stackoverflow.com/questions/27375440
复制相似问题