Android_tutorial_pubsub errors on Eclipse
I have been trying to set up an environment for developing an ROS Android application for some time but have no luck so far. I followed the tutorial Installing/building rosjava_core & android_core and got kinda stuck on the last step.
After successfully execute ./gradlew debug
I tried to create a new Android Project from existing code by browsing to the "android_tutorial_teleop". Then I add all of the jars in the libs directory to the project build path by "Configuring Build Path". But there are still lots of error at my MainActivity.java where the import failed (cannot be resolved) with the "red lines" below them. Any ideas where I did wrong and how to solve them.