http://blog.csdn.net/buaaroid/article/details/49496779
最近在集成tinker时, 看到在build.gradle脚本中定义了几个变量:
以前不知道原来还可以这么用, 简直了, 功能强大,在定制debug, release版本的常量时,简单方便;
我在想, 原来我们取渠道号的方式, 为什么不能这么做呢? 这多简单啊.
定义新字段的方法:
buildConfigField"String","MESSAGE","\"I am the base apk\""
----定义了一个String类型的常量 MESSAGE 值为"I am the base apk"