2020-03-22 00:15
android { ... buildTypes { debug { resValue "string", "app_name", "APP Debug Version" ... } release { resValue "string", "app_name", "APP Release Version" ... } } }
注意,記得在 strings.xml 中注釋掉原有的 app_name 條目,不然會打包出錯。