[aerogear-dev] Android Test Project

Summers Pittman supittma at redhat.com
Mon Mar 4 10:29:16 EST 2013


Looks like we are pretty much in agreement on the Android test project.

Quick recap, we have been using Robolectric which allowed us to have the 
Android libraries and tests bundled in the same project and run from the 
JVM instead of from an emulated device.  This approach has run out of 
steam (Robolectric doesn't support some of the newer Android libraries 
at the moment).

There are two ways to do this.

1) Two separate maven projects in different repos in github.

2) A single maven project with two sub projects.  One for the library 
and the other for tests.  This is how Action Bar Sherlock does things.

wdyt?


More information about the aerogear-dev mailing list