ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Make sure you have the latest ADT and Android SDK installed. There have been a lot of changes in the way that dependencies are handled.

Also, I've seen Eclipse builds of Android projects get stuck in a bad state many times. Not ideal. My personal recipe:

  1. Disable automatic building
  2. Do a clean build
  3. Refresh and build projects starting from the bottom of the dependency tree
  4. Repeat until successful

Unfortunately, this problem is not part of rosjava or the rosjava build process. I have no ability to actually make it easier :(