module中build.gradle文件参数含义

主要是module的build.gradle,截图如下:

1518e471-4c75-4610-89f5-47ba9bc701f8

01行:apply plugin: 'com.android.application'    表示该module是这个应用程序的module

15行:applicationId "com.smyhvae.helloworld"    应用程序的包名

16、17行:向下兼容的最小版本、编译版本。    注:在app/src/main/AndroidManifest.xml中不再出现这个信息了。

23行:需不需要利用24行的proguard文件来混淆代码。在release状态下,最好改为true。

posted @ 2015-10-19 11:01  gao_chun  阅读(998)  评论(0编辑  收藏  举报