Sorry if issues are a bad place to bring this up, but I'm having some trouble. I managed to compile ros2_java and have seen "Build Success" at the end of the process. However, what I want to do is use ros2_java in new Android Studio projects.
By looking at the talker and listener examples, I can see that they have access to ros2_java via jar files that are added via gradle. The problem is, I'm not sure how to get this setup for new projects that I create.
Any help is appreciated!