Still can not build android_tutorial_camera
I've been trying on and off for more than a week to get the android core projects built. I need to send video from my android phone over ros. Every time I have followed the ros java and android tutorials to a T, but attempting to build the tutorials gives me:
Build Failed: Could not find any version that matches org.ros.rosjava_bootstrap:gradle_plugins:[0.1,0.2]
I have found the exact same question asked on ros answers, but none of the other suggestions (change the groovy version, catkin_make the workspace, etc) work. Can anyone help me with this or suggest an alternate way of obtaining the ros android camera apk?
Edit: After looking around, I've found multiple versions of instructions on what to do to build the android_core tutorials. After installing rosjava and android studio/apk, what do I do? Do I simply import the project, or catkin_make the specific tutorial and source its setup.bash?