Dexguard Vs Android Plugin - Breaks Build Process
When i try to use dexguard plugin in place of android plugin (dexguard plugin extends android), my gradle build process fails with this error: $ ./gradlew assembleDebug FAILURE: B
Solution 1:
The error suggests that you are using the DexGuard plugin with an incompatible version of the Android plugin. For each version of DexGuard, you can find the compatible version documented in the DexGuard manual > Gradle build. For reference, you can also find working samples in the directory samples
.
Post a Comment for "Dexguard Vs Android Plugin - Breaks Build Process"