Hello everyone,
I need some guidance with ProGuard configuration for my Android app. As a newcomer to this tool, I am encountering difficulties in obfuscating my app while maintaining its functionality.
My app relies on several third-party libraries, and unfortunately, enabling ProGuard is causing the app to crash upon launch. I am eager to learn how to effectively configure ProGuard rules to prevent this issue.
I would be grateful for any guidance on best practices and common pitfalls to avoid during the configuration process. Specifically, I am interested in preserving essential classes and methods from obfuscation.
I also check this: https://community.guardsquare.com/t/how-to-configure-proguard-with-springmvcmendix But I have not found any solution. Could anyone suggest the best solution for this. And your help will be really grateful for me.
Thanks in advance!
Respected community member