Where does Android Studio save the ProGuard mapping file?

前端 未结 8 888
挽巷
挽巷 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:48

    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
    

提交回复
热议问题