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

I think it is likely because you're are including BOTH org.ros.android_core for both Android SDK 10 and 15, which doesn't seem right to me.

You only need one. Ideally, the most recent version that you intend to support (which from your post is 15, since minSdkVersion is 15).

Including both will give you duplicate definitions of what are essentially the same classes.