Hi all, here's my scenario: Proguard is enabled for debug builds. I created my first instrumentation test using Espresso but when I try to run it I have an error during proguardDebugAndroidTest. I know that a newer version of Gradle plugin we can pass a Proguard file to run for the test, but I was wondering if there's a way to not run Proguard at all on the instrumentation APK, because on my case there's not need to run it. Is that possible?
Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
