commit | 2a018cb09235cc0d923bd824e54ee2ccfcbbb2a8 | [log] [tgz] |
---|---|---|
author | Christian Williams & Dimitris Couchell <github+xian+dimitris@squareup.com> | Wed Nov 21 17:03:33 2012 -0800 |
committer | Christian Williams <xian@squareup.com> | Sun Nov 25 11:36:10 2012 -0800 |
tree | a4d9745d4ce529f65282635d984d1b49abae358c | |
parent | 41e0bf1ffe4b1dd551d09196d121dba6c6de3bc1 [diff] |
Support Android libraries. Handling of multiple resource packages, and R.classes. Better/isomorphic handling of system resources. Much more correct handling of namespaces in general.
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 of maps.jar is missing then install all the android extra and run:
git clone https://github.com/mosabua/maven-android-sdk-deployer.git cd maven-android-sdk-deployer/ maven install -P <ANDROID_VERSION>