ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I found the solution to this problem, very similar to the one in this thread. I simply changed android_tutorial_camera
from that thread to android_gingerbread_mr1
and ran ./gradlew debug
again, and it seemed to get past that part. I also had to add every other directory in the android_core folder, but then it built successfully.
Hope this helps someone.