Android dexguard: having multiple issues?

When trying to install DEXguard

in the following application Eclipse

, the following error appears:

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 start the application.

Also all other projects of my Ecipse have red exclaimation mark erro

r, what is the problem?

EDIT: I removed the red exclamation error but removed the Android dbendencies from the build path, however the original error still persists when I try to run the project.

+3


source to share


1 answer


This error is a sign that you are 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.



+1


source







All Articles