ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Finally I could solve that problem. The steps that I followed are the next, I hope it help:
Clear the maven cache: $ rm -rf ~/.m2/repository/ros
Delete the rosjava folder (if already installed) and create it again: $ rm -r Workspace $ mkdir -p Workspace
Install rosjava: $ rosinstall ~/Workspace https://kforge.ros.org/appmanandroid/hg/raw-file/tip/appman.rosinstall
Install android_core: $ cd ~/Workspace $ rosws merge http://android.rosjava.googlecode.com/hg/.rosinstall $ rosws update
Build rosjava_core: $ roscd rosjava_core $ ./gradlew install -- optionals $ ./gradlew docs $ ./gradlew test $ ./gradlew eclipse
Install google: $ roscd google $ ./gradlew install
Install android_core: $ roscd android_core $ ./gradlew debug