Hi,I am using the Android plugin (0.3) and it looks like the dependencies aren't being included in the testing apk.--When running the test ( ./gradlew clean deviceCheck ) I get ajava.lang.NoClassDefFoundError: org.jeromq.ZMQ$SocketI looked at the dex file that gets created and the org.jeromq package doesn't exist.
When running the dependencies task I get this ( empty blocks omitted ):compile - Classpath for compiling the main sources.\--- org.jeromq:jeromq:0.2.0default - Configuration for default artifacts.\--- org.jeromq:jeromq:0.2.0instrumentTestCompile - Classpath for compiling the instrumentTest sources.+--- org.mockito:mockito-core:1.9.5| +--- org.hamcrest:hamcrest-core:1.1| \--- org.objenesis:objenesis:1.0\--- com.google.dexmaker:dexmaker-mockito:1.0+--- com.google.dexmaker:dexmaker:1.0\--- org.mockito:mockito-core:1.9.5 (*)instrumentTestPackage - Classpath packaged with the compiled instrumentTest classes.+--- org.mockito:mockito-core:1.9.5| +--- org.hamcrest:hamcrest-core:1.1| \--- org.objenesis:objenesis:1.0\--- com.google.dexmaker:dexmaker-mockito:1.0+--- com.google.dexmaker:dexmaker:1.0\--- org.mockito:mockito-core:1.9.5 (*)package - Classpath packaged with the compiled main classes.\--- org.jeromq:jeromq:0.2.0Any thought are appreciated.Thanks,
Ethan
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 adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
zmqSocket = mock(ZMQ.Socket.class);