Pan map left if selected hexagon would be obscured by the side pane opening
3 files changed
tree: d09f02a73d8d009d7dfb462468a4dd44997c0c40
  1. lib/
  2. src/
  3. .gitignore
  4. .pairs
  5. .travis.yml
  6. build.properties
  7. build.xml
  8. find-android.bat
  9. find-android.sh
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. update-downloads.rb
README.md

Robolectric

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

Build Status

http://ci.robolectric.org

Known compile issues

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>