android new build(),android – build.gradle中的new applicationId如何工作?

Gradle 0.11版本中,packageName和packageNameSuffix被弃用,改名为applicationId和applicationIdSuffix。这一改动旨在明确应用ID与manifest中的package声明和R类、BuildConfig类及其内部实现类的解耦。用户可以自由地重命名和重构这些类,只要保持applicationId不变。升级时,lint工具会突出显示过时的调用并提供快速修复建议。

One of the user visible changes in 0.11 is that we’ve deprecated the

packageName and packageNameSuffix settings, and have renamed them to

applicationId and applicationIdSuffix. The purpose of this is to make

it clear that this application id is decoupled from package

declarations in your manifest, and in particular, the R class and the

BuildConfig class, and all the implementation classes inside your app,

can be renamed and refactored freely; you just need to keep

applicationId the same. If you open your build.gradle file, lint is

highlighting these deprecated calls and offering quickfixes to update

them:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值