About the Ask a Question category

Need ProGuard support? Or something else? Our team of engineers and skilled community members are here to assist.

Hi,
We are trying to obfuscate a module A and with proguard we got a obfuscated module A.

This module A is refered as a run time jar in Auto tests project. The auto tests are failing now due to its not finding the class name( obfuscated class name).

We wanted to test the obfuscated code in Auto test module. How can we do this?

We are using gradle for project. We tried with applymapping but didnt see any example in docs or online.

Hi there,

For this you must provide a -keep rule for the class/method which is causing the exception.

If you provide the error, we can offer more specific assistance with constructing this rule.

Otherwise lease refer to -Keep Options and the Troubleshooting Section in the ProGuard manual

1 Like

A post was split to a new topic: Spring Question