In Android Studio, where are the ProGuard mapping files generated after compiling a signed APK?
By default the mapping file will be located in build > outputs > mapping > build variant.
You can specify to print the mapping file using the PG config option:
-printmapping [filename]
1 Like