You may need to set <tt>M2_REPO</tt> (for example, as described at [[http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/]]) to something like <tt>~/.m2/repository</tt>.
To run the test suite under Eclipse, first configure the test suite launcher, under <tt>Preferences > Run/Debug > Launching > Default Launchers</tt>. Set the Debug and Run launchers to <tt>Android JUnit Test Launcher</tt>. To run the test suite, select the <tt>android-sync</tt> project and execute <tt>Run > Run As ... > JUnit Test</tt>.
== Development ==