I tried to create a custom ROS-Android package as described in the tutorial [Creating Android Packages](http://wiki.ros.org/rosjava_build_tools/Tutorials/indigo/Creating%20Android%20Packages). Unfortunately, the command `catkin_create_android_project -t 10 -p com.github.ros_java.android_foo.bar bar` fails with this error:
[error] [Errno 2] No such file or directory :
Can anyone help me with this problem? My current workaround is to copy an existing example project.
ROS distro: Indigo;
rosjava_core version: 0.2.1 (installed from debs);
rosjava_build_tools version: 0.2.3 (installed from debs);
android_core version: 0.2.0 (compiled from source)
↧