以下の内容はhttps://anton0825.hatenablog.com/entry/2015/04/08/000000より取得しました。


build variant毎にアプリ名を変更する

manifestPlaceholdersを使ってbuild variant毎に異なる値をManifestに埋め込む。

build.gradleで以下のようにmanifestPlaceholdersを定義しておく。

productFlavors {
    staging {
        manifestPlaceholders = [appName:"@string/app_name_staging"]     
    }
}

Manifestに以下のようにして値を埋め込む。

android:label="${appName}"

参考:




以上の内容はhttps://anton0825.hatenablog.com/entry/2015/04/08/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14