ros2_java icon indicating copy to clipboard operation
ros2_java copied to clipboard

Plan to upgrade build environment for ros2 android example?

Open INGU2018 opened this issue 6 years ago • 1 comments

I have two questions.

  1. The ros2 android sample app is buildable only on certain Android environments. (ndk: 16r, sdk: platform-21 (android N), Gradle 3.3 ..) If the Gradle version or sdk version is not correct, the app will not be built. Are you going to work on tailoring these build environments to the latest development environment?

  2. Android talker, Listener operation confirmed. However, sometimes after a restart of app, talkers or listeners may not work. Is there a any way to debug this issue?

INGU2018 avatar Jun 20 '19 05:06 INGU2018

Are you going to work on tailoring these build environments to the latest development environment?

Due to resource constraints, I suspect it will be difficult for us to support different build environments. I hope we can support at least one, recent, environment. Relates to https://github.com/ros2-java/ros2_java/issues/81

Android talker, Listener operation confirmed. However, sometimes after a restart of app, talkers or listeners may not work. Is there a any way to debug this issue?

I'm not well versed in Android development, so I'm not sure at this time the best way to debug issues like this.

jacobperron avatar Nov 13 '21 02:11 jacobperron