Android dexguard: Multiple problems have occured?

1k views Asked by At

I am getting the following error when trying to install DEXguard onto a simple application within Eclipse:

Errors occurred during the build.
Errors running builder 'Android Optimizer and Obfuscator (DexGuard)' on project 'test'.
com/android/sdklib/util/GrabProcessOutput$IProcessOutput

This error occurs when I try to run the app.

Also all of the other projects in my Ecipse have the red exclaimation mark error, what is the issue here?

EDIT: I removed the red exclaimation mark error but removing Android dpendencies from the build path, however the original error is still persisting when I attempt to run the project.

1

There are 1 answers

3
Eric Lafortune On

Such an error is a sign that you're combining the DexGuard plugin with an incompatible version of the Android plugin in Eclipse. You should check the compatible version numbers that are documented in the DexGuard manual. Upgrading both plugins to the latest versions should work.