Android Dexguard: How to integrate?

1.6k views Asked by At

I am trying to use Dexguard in order to obfuscate my simple Android Application.

I have followed the integration steps, I.e. adding the jar file into the libs folder in Eclipse.

However, Dexguard does not seem to be integrated into my application.

How do I know if Dexguard has been Integrated?

Is there any additional steps that I need to make?

1

There are 1 answers

5
Eric Lafortune On BEST ANSWER

You actually need to put the DexGuard plugin in the dropins directory in Eclipse. You can find all the necessary details in the DexGuard manual > Eclipse plugin.