Hi,
I am struggling to have robolectric + robotium in a multiproject in AS (I 
am completely new to it and IDEA so forgive me if I am missing some 
history).
I think the biggest problem is that I put everything into instrumentTest, 
and this way I have to compile all dependencies altogether (which makes 
issues depend on each other and appear exponentially :) ).
As far as I understood, the module dependencies settings in AS is currently 
under construction, because I keep finding workarounds from the past to the 
problems I have that suggest to move the dependencies order (for 
robolectric - example: move junit and robolectric on top, add output folder 
at the end, ...) and change some of them to provided instead of compile 
(for robotium - java.lang.IllegalAccessError: Class ref in pre-verified 
class resolved to unexpected implementation).

My question is: in 0.4.4 is there any way to set them?

And more medium term: is there really work in progress to (1) eventually 
restore the AS settings to manipulate module dependencies and (2) make unit 
tests a first class citizen (perhaps by making java and android plugins 
compatible)?

Thanks for the huge work!

-- 
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/groups/opt_out.

Reply via email to