How to disable Dexguard?
问题 I went through the documentation looking for the way how to disable dexguard when running gradle but keeping plugin: 'dexguard'. I tried to modify proguardFile getDefaultDexGuardFile('dexguard-debug.pro') to do nothing but unfortunately no luck. I need to set no dexguard functionality for my functional testing suit MonkeyTalk which cannot instrument the apk now. How to turn the dexguard functionality off? 回答1: Update from zatziky's answer for current Android Gradle Plugin (v1.0+) and Dexguard