Where does Android Studio save the ProGuard mapping file?

前端 未结 8 901
挽巷
挽巷 2020-12-04 06:37

In Android Studio, where are the ProGuard mapping files generated after compiling a signed APK?

I\'m not sure if it isn\'t working or if I just forgot the file path,

8条回答
  •  我在风中等你
    2020-12-04 06:39

    It should be located at build/outputs/proguard/release/mapping.txt in your application module's directory.

    In the latest version of ProGuard and Android Studio, the file is located at build/outputs/mapping/release/mapping.txt.

提交回复
热议问题