我在Aviary的build.gradle中设置了“applicationId aviarySdkPackageName”。 我更新了android studio并显示错误:库项目无法设置applicationId。 applicationId在默认配置中设置为''。 但在删除此行后,Aviary中存在许多错误。 你知道我该怎么办吗?
答案 0 :(得分:16)
尝试从库的build.gradle 文件中的 defaultConfig 中删除 applicationId 参数。
那应该有用
答案 1 :(得分:0)
# 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.