android studio 3 修改生成文件名

1.

android {
    //..............
    android.applicationVariants.all { variant ->
        variant.outputs.all {
            outputFileName = "edit.apk"
        }
    }
}

  

posted @ 2018-09-04 10:41  liuyj_vv  阅读(452)  评论(0编辑  收藏  举报