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

If you run 'android update' in the library you will have to remember to add

<path id="android.libraries.src"><path refid="project.libraries.src" /></path> 
<path id="android.libraries.jars"><path refid="project.libraries.jars" /></path>

after <setup /> in build.xml because it is replaced by tools/lib/build.template from the Android SDK. An alternative would be to add it to the template.

For more details see http://code.google.com/p/android/issues/detail?id=13024