I created a sample app on android studio. After running proguard, the mapping file was placed on my mappings.txt file due to personal preferences. Everything seems to work fine. However, I thought my code was going to be obfuscated. My field "text" a textview has been renamed "p" according to the mappings.txt file. However when I open my project I still see the same code as before, I even set a new string on "text" and the program ran fine. Why doesn't my code seem obfuscated. I am trying to find the obfuscated stack trace, who knows where it is. By the way, I ran proguard on debug mode. Android should include videos on the ProGuard tool. It takes time from actual developing of code.
问问题
2537 次