tag | e6e7701d7498a7efa21d01758fb71c55495eac09 | |
---|---|---|
tagger | Christian Williams <xian@squareup.com> | Mon May 13 20:31:06 2013 |
object | 953db69e9d81a5c2f305b80d85425f200c385725 |
[maven-release-plugin] copy for tag robolectric-2.0-rc2
commit | 953db69e9d81a5c2f305b80d85425f200c385725 | [log] [tgz] |
---|---|---|
author | Christian Williams <xian@squareup.com> | Mon May 13 20:30:58 2013 |
committer | Christian Williams <xian@squareup.com> | Mon May 13 20:30:58 2013 |
tree | 31d22c823973de97897b4a481063c8f0e4439699 | |
parent | a2bf1f1ae61d78f560e381bd831d5b034966aa90 [diff] |
[maven-release-plugin] prepare release robolectric-2.0-rc2
An Android Testing Framework
Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and IntelliJ can import the pom.xml file and will automatically generate their project files from it.
For more information about how to use Robolectric on your project, extend its functionality, and join the community of contributors, please see: http://pivotal.github.com/robolectric/index.html
If your build fails because the Google Maps dependency is missing then download the Google APIs for Android 4.1 using the Android SDK Manager and run:
mvn install:install-file -DgroupId=com.google.android.maps \ -DartifactId=maps \ -Dversion=16_r3 \ -Dpackaging=jar \ -Dfile="$ANDROID_HOME/add-ons/addon-google_apis-google-16/libs/maps.jar"