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

error creating ros_android project

asked 2015-03-26 03:38:49 -0500

zior89 gravatar image

After a few days looking for an answer i am able to explain better my problem.

I install the tutorial and all of the works. I follow that's steps to try it (wiki.ros.org/android/Tutorials/indigo/Installation - ROS Development Environment)

So my issue is the next. I want to start my on project. but i don't understand how i must create me package. i try this two methods.

1) creating a rosjava package (catkin_create_rosjava_pkg and catkin_create_rosjava_project). But in this methods the problem that i found it is that when i import the project to android-studio isn't able to create a android schema (don't recognise "http://schemas.android.com/apk/res/android"). i try to create a android package by hand.

2) creating a android project with the dependencies of rosjava: catkin_create_android_pkg my_pkg android_core rosjava std_msg catking_create_android_project -t 10 -p com.github.android.my_pkg.my_pro my_pro but in this case i can't import rosjava library. In a .java activity i try to made import org.ros.android.Node and it doesn't recognise the package.

what i could make? someone could help me to create my on project?

thanks very much!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-03-26 04:43:34 -0500

zior89 gravatar image

that is the issue that appear t me when i import android core and i create a new module with a blanck activity:

Error: (24, 0) Could not find property 'compile' on configuration container

all the tutorial works perfectly until the moment in whitch y create the module. Before that i could see all the rosjava library on my external libraries and they disapear when i must to create a module..

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-03-26 03:38:49 -0500

Seen: 732 times

Last updated: Mar 26 '15