I'm trying to test some code that part of it comes from another module. All
the test pass except these which are referencing classes from java module.
I've this configuration but it doesn't work:
androidTestCompile(project(':common'))
compile project(':common')
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class...
...
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)
How to add another module classes to test apk?
--
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.