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

module中build.gradle文件参数含义

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。

相关文章:

  • 2021-07-14
  • 2022-02-23
  • 2021-07-12
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
猜你喜欢
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2021-11-04
相关资源
相似解决方案