Generating a Pro Guard configuration file with Android Studio

后端 未结 3 1437
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-28 10:17

I am using Android Studio since 0.1.0 ... I just learned yesterday that Pro Guard seems to be integrated in newly created projects. Unfortunately this is not true for my pro

3条回答
  •  天涯浪人
    2020-12-28 10:35

    You can copy the default Proguard configuration file to your project.

    sdk-location/tools/proguard/examples/android.pro — copy and paste it as proguard.cfg in your project. Then choose it when AS asks for the config file path.

提交回复
热议问题