I need a working android rosjava eclipse project
Hello ROS community!
Does anybody have a working android rosjava project for eclipse? Preferably Android API Level 8. The rosjava android tutorials (https://code.google.com/p/rosjava.android/) seem to be old, because they cannot be used without making changes (like assigning a node name, or setting "java.net.preferIPv6Addresses" to false - at least I had to do those changes to be able to run the tutorials).
But even after adapting the rosjava android tutorials, they don't work. ROS communication between android and roscore (running on a separate machine) doesn't work.
So I was asking whether someone could give me a working up-to-date rosjava android project.