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,
Because I'm dumb and get lost even when somebody tells me where the file is:
cd StudioProjects/fooProject find . -name "mapping.txt" | xargs less