How can install rosjava in ros groovy 1.9.55 in ubuntu 12.04 [closed]

asked 2015-03-03 03:51:48 -0600

sergi23 gravatar image

I want to install rosjava to my ros groovy 1.9.55, because I want to do an app for my android tablet. I've been following the tutorial from: http://wiki.ros.org/sig/Rosjava/Andro... and i've been having problems. First i had problems getting the source: $ rosinstall . /opt/ros/groovy https://bitbucket.org/osrf/rosandroid... but i could solve it i think. But when i get the step 2.5:

$ roscd android_core //Note: you may need to adjut the argument to the --target option based //which Android API version you're using.

//You may have to kill gradle if it's already running.

$ android update project --path ./android_gingerbread_mr1/ --target android-19 $ android update project --path ./android_honeycomb_mr2/ --target android-19 $ cd android_gingerbread_mr1 $ ../gradlew debug $ cd ../android_honeycomb_mr2 $ ../gradlew debug (My gradle version is 1.11 and android version 19)

I have problems with the last 4 operations. I've been searching for solutions but anything solve it. It would ve bery helpfull if someone can explain how I can do it, because I''m new in ros and very lost now,

Thank you

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2018-01-11 20:02:49.109334

Comments

1

I have exactly the same problem.. I want to create an app using andoid and I'm stuck at the same point.. :S

enric_cornella gravatar image enric_cornella  ( 2015-03-09 05:50:13 -0600 )edit

This is the fail i get when i try to gradlew debug the 2 projects

sergi23 gravatar image sergi23  ( 2015-03-10 06:45:25 -0600 )edit