error creating ros_android project
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 (catkincreaterosjavapkg and catkincreaterosjavaproject). 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: catkincreateandroidpkg mypkg androidcore rosjava stdmsg catkingcreateandroidproject -t 10 -p com.github.android.mypkg.mypro mypro 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!!
Asked by zior89 on 2015-03-26 03:38:49 UTC
Answers
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..
Asked by zior89 on 2015-03-26 04:43:34 UTC
Comments