Hi guys, Running our tests after upgrading Gradle plugin 1.3.1 to any of the 1.4.0-beta* (tried beta-1, 4 and 6) is causing an IllegalAccessError, Empty Test Suite. APK compiles and runs, but no tests are found. It also shows a bunch of Proguard errors, as reported in (https://groups.google.com/forum/#!searchin/adt-dev/1.4.0/adt-dev/iS_lyRH8hL8/_VqQMduPDAAJ)
We are using multidex, but had no trouble until now. Tests on SM-G800F - 4.4.2 failed: Instrumentation run failed due to > 'java.lang.IllegalAccessError' > > Building 99% > :FamilyLiveApp:connectedSmartcompanionDebugAndroidTest > com.android.builder.testing.ConnectedDevice > No tests found.[SM-G800F - > 4.4.2] FAILED > No tests found. This usually means that your test classes are not in the > form that your test runner expects (e.g. don't inherit from TestCase or > lack @Test annotations). > :FamilyLiveApp:connectedSmartcompanionDebugAndroidTest FAILED Thanks, Ricardo Lagido -- 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.
