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?
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.